Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
beetle-pce-libretro
Commits
c967bdde
Unverified
Commit
c967bdde
authored
Apr 29, 2019
by
hizzlekizzle
Committed by
GitHub
Apr 29, 2019
Browse files
Merge pull request #108 from trinemark/pce
more msvc2010 compatibility
parents
5eab3843
8f4959b0
Changes
3
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
c967bdde
...
...
@@ -10,7 +10,7 @@ addons:
-
ubuntu-toolchain-r-test
env
:
global
:
-
CORE=mednafen_pce
_fast
-
CORE=mednafen_pce
-
COMPILER_NAME=gcc CXX=g++-7 CC=gcc-7
matrix
:
-
PLATFORM=3ds
...
...
mednafen/cdrom/scsicd.cpp
View file @
c967bdde
...
...
@@ -21,6 +21,7 @@
#include "scsicd.h"
#include "cdromif.h"
#include "SimpleFIFO.h"
#include <compat/msvc.h>
#if defined(__SSE2__)
#include <xmmintrin.h>
...
...
mednafen/sound/OwlResampler.cpp
View file @
c967bdde
...
...
@@ -22,6 +22,7 @@
#include <mednafen/state.h>
#include "OwlResampler.h"
#include "../cputest/cputest.h"
#include <compat/msvc.h>
#define _USE_MATH_DEFINES
#include <math.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment