Commit Graph

718 Commits

Author SHA1 Message Date
Alberto Fustinoni
0713be937f fixes 2017-08-28 20:49:05 +09:00
Alberto Fustinoni
067ed07986 makefile 2017-08-28 16:12:39 +09:00
twinaphex
e2e3631ac5 MSVC 2005 core will require more work 2017-08-05 13:55:50 +02:00
Twinaphex
21431dfe51 Merge pull request #85 from yoshisuga/master
Add ios-arm64 build target
2017-07-24 07:13:53 +02:00
Yoshi Sugawara
c063d7b4e1 restored VIDEO_RGB565 compiler flag that was removed for temporary testing 2017-07-23 19:12:49 -10:00
Yoshi Sugawara
601fe26d9d Add ios-arm64 build target 2017-07-23 19:11:24 -10:00
Twinaphex
02e222e8b9 Merge pull request #84 from netux79/patch-1
Fix color palette on android.
2017-07-10 13:41:06 +02:00
netux79
beb14b52b7 Fix color palette on android.
If color correction is disabled in core options, the colors are too dark in android. By adding this flag which is already added by default in all other platforms (except android because it is separated into this makefile) the issue is corrected.
2017-07-09 23:41:24 -05:00
twinaphex
0e8ce9120b Set LD to CXX 2017-07-02 07:51:38 +02:00
twinaphex
29af8f8b15 Remove MSVC 2010 solution - we now have the Makefile target instead 2017-07-02 07:31:00 +02:00
twinaphex
4ff5339501 Remove stdstring 2017-07-02 07:30:12 +02:00
twinaphex
1ca41842cd Add INCFLAGS_PLATFORM to INCFLAGS 2017-07-02 07:28:27 +02:00
twinaphex
b37c58351f Update Makefiles 2017-07-02 07:26:35 +02:00
twinaphex
6509a8adca Update libretro-common files 2017-07-02 07:22:21 +02:00
twinaphex
f04da15e6b Change to -O2 2017-07-02 07:20:55 +02:00
Twinaphex
675a8385b3 Merge pull request #82 from Aftnet/master
Fixed compilation issues in MSVC
2017-06-05 19:24:41 +02:00
Alberto Fustinoni
ed335fe83b Reverted header change 2017-06-05 20:38:39 +09:00
Alberto Fustinoni
bc317e7189 Merge remote-tracking branch 'upstream/master' 2017-06-05 20:34:18 +09:00
twinaphex
0caab0ef13 Add missing msvc header 2017-06-05 06:06:37 +02:00
twinaphex
53bdc24f47 Buildfix for PS3 2017-06-05 05:57:06 +02:00
Alberto Fustinoni
ede8d08913 Set correct aspect ratio in systemavinfo 2017-06-01 15:17:07 +09:00
Alberto Fustinoni
1884043ce6 Compilation fixes on MSVC 2017-06-01 14:48:25 +09:00
Twinaphex
db7af6cf6e Merge pull request #80 from sergiobenrocha2/master
Makefile cleanup
2017-05-01 17:57:19 +02:00
Sérgio Benjamim
e1ee70f725 Simplify this. 2017-04-22 19:23:37 -03:00
Sérgio Benjamim
9d2ae42f2d fix hardening-no-fortify-functions 2017-04-22 00:45:58 -03:00
Sérgio Benjamim
e80d7d72bf Makefile cleanup 2017-04-22 00:41:40 -03:00
twinaphex
13d949c20d Just use strcmp instead 2017-04-21 15:21:08 +02:00
twinaphex
e9213ea5b1 Update stdstring 2017-04-21 15:08:10 +02:00
aliaspider
fafc291217 blipper.c needs to be compiled for statically linked targets as well. 2017-02-18 00:50:09 +01:00
bparker06
53a0c33f07 Merge pull request #78 from meepingsnesroms/master
A few fixes
2017-02-17 17:00:21 -05:00
meepingsnesroms
537603d288 Merge branch 'master' into master 2017-02-17 13:43:35 -08:00
bparker06
54aa8a5120 Merge pull request #74 from SigmaVirus/patch-1
Fix DK94 issue with bootloader enabled
2017-02-17 16:23:52 -05:00
bparker06
82cc2c0d9a Merge pull request #76 from sergiobenrocha2/master
Default palette is dark green & improve core settings descriptions
2017-02-17 16:01:06 -05:00
twinaphex
1897561091 Add STATIC_LINKING for Emscripten 2017-02-17 20:56:29 +01:00
meepingsnesroms
0a8bdcedee Fixes puke palette when turning boot loader off after a game loads
This should be merged with the other 2 pull requests!
2017-02-17 11:43:16 -08:00
twinaphex
ab6f0eca38 Makefile cleanups 2017-02-16 02:47:51 +01:00
twinaphex
8e3c41d099 Don't compile this in for statically linked cores 2017-02-16 02:46:28 +01:00
Sérgio Benjamim
6c0df9127a Better standard name for gambatte_gb_bootloader; gambatte_gb_hwmode needs restart. 2017-02-15 21:50:42 -02:00
Sérgio Benjamim
06d8133b0f Fix default palette, compare it with GBC BIOS. 2017-02-15 21:44:37 -02:00
SigmaVirus
f08adc4c49 Fix DK94
If I'm reading the comment from guicrith right:
https://forums.libretro.com/t/is-there-a-game-boy-color-core-s-that-support-the-bios-boot/5859/62

The correct start value should be 0xCF instead of 0x0F
2017-02-15 09:49:04 +01:00
meepingsnesroms
5aaf774bc9 Fix bootloader mode being detected as a super game boy 2017-02-14 20:47:50 -08:00
bparker06
4ebd68fcaf Merge pull request #73 from meepingsnesroms/master
Prepare for using gbc mode with gb games, fix register inaccuracy
2017-02-14 20:38:40 -05:00
meepingsnesroms
c442cd3c79 Prevent forcing gbc when loading a gb game if bootloader is not present
This fixes the broken palette when that happens.
2017-02-14 10:12:01 -08:00
meepingsnesroms
8a530fca03 Fixed neon green palette when booting gb in gbc mode with bootloader
The initial values where not being set so the original bg palette was
just random data.
2017-02-14 09:35:22 -08:00
meepingsnesroms
de8a992914 Fix color correction change in gbc mode, old savestates broken again...
Not that it matters since the last format was never official anyway.
2017-02-13 19:44:03 -08:00
meepingsnesroms
13c89a1524 Refresh palettes as a gb would when running in gbc gb mode 2017-02-13 13:38:26 -08:00
meepingsnesroms
fbd33ea9f1 Always boot as gbc if in gba mode 2017-02-13 09:56:39 -08:00
meepingsnesroms
3acba93a4a Fix bootloader getter in dualmode 2017-02-12 22:05:12 -08:00
meepingsnesroms
a63fdf2d2a Fix definitions and make mode switch more accurate 2017-02-12 21:56:17 -08:00
meepingsnesroms
a9d5dfb16f Prevent gb register use in gbc mode, fix buffer overflow 2017-02-12 21:38:00 -08:00