Commit Graph

613 Commits

Author SHA1 Message Date
twinaphex
d6ffbd5e13 Add -std=c++98 to prevent warnings 2016-08-29 04:26:08 +02:00
twinaphex
36391e168b Set video_buf to NULL at retro_deinit time 2016-08-08 04:26:04 +02:00
radius
def1fbdd01 build fix 2016-08-07 01:52:12 -05:00
radius
97c99c7bf0 enable again for windows 2016-08-07 01:47:02 -05:00
twinaphex
11651f9f57 Take out HAVE_NETWORK for Windows right now 2016-08-07 04:38:56 +02:00
twinaphex
69e678423f (QNX) Disable HAVE_NETWORK for now 2016-08-07 04:05:09 +02:00
twinaphex
563414e648 Add HAVE_NETWORK ifdef, enable it for Android/iOS/QNX/Windows/Linux/OSX 2016-08-07 03:12:06 +02:00
twinaphex
a28d8ec700 Add Makefile 2016-08-07 02:54:33 +02:00
Twinaphex
92df2922ef Merge pull request #56 from UnimatrixX01/network_link
Adding support for linking 2 Game boy emulation sessions over a network.
2016-08-07 02:51:46 +02:00
UnimatrixX01
bbd43ed509 Adding support for linking 2 Game boy emulation sessions over a network. 2016-08-06 12:09:14 -05:00
Twinaphex
067e4b930c Merge pull request #55 from arakerlu/master
Backport 'better lyc trigger inhibition hypothesis with evidence' + 2 related commits
2016-07-20 01:31:30 +02:00
Arto Vainiolehto
106324144d Backport 'm0 irq inhibits lycirq trigger.' - 5d469bd699
Backport 'plug gaping hole in lyc99 flag read behavior.' - a92ae38c77
Backport 'better lyc trigger inhibition hypothesis with evidence.' - 12a10f63f2
2016-06-10 22:16:59 +03:00
Twinaphex
da7e367634 Merge pull request #53 from vanfanel/master
Changes to the Rpi platforms
2016-05-26 02:18:32 +02:00
vanfanel
9e8ab25778 Added Pi1 platform 2016-05-24 14:39:01 +02:00
vanfanel
8bd605f57d Removed redundant CFLAG on the Rpi2 and added Rpi3 platform 2016-05-24 14:08:33 +02:00
twinaphex
501bc4b408 Put this behind an ifdef 2016-05-22 19:21:43 +02:00
Alcaro
49880a8433 fix #52 2016-05-16 23:39:23 +02:00
Alcaro
e0ede34d5a Merge pull request #51 from leiradel/master
fixed sram mmap
2016-05-13 23:33:34 +02:00
Andre Leiradella
60457f59a9 Merge branch 'master' of https://github.com/libretro/gambatte-libretro 2016-05-13 18:30:26 -03:00
Andre Leiradella
f08f01cf0e fixed sram mmap 2016-05-13 16:13:26 -03:00
Twinaphex
755883d2e2 Merge pull request #50 from leiradel/master
Added cheevos via the mmaps interface
2016-05-13 00:47:22 +02:00
Andre Leiradella
8702ffdd99 set RETRO_ENVIRONMENT_SET_SUPPORT_ACHIEVEMENTS to true 2016-05-12 09:16:40 -03:00
Andre Leiradella
f8dfc0cec7 added RETRO_MEMDESC_CONST to rom mmaps 2016-05-11 21:51:52 -03:00
Andre Leiradella
6a2f504441 added sram and rom to the mmaps; many fixes 2016-05-11 21:13:51 -03:00
Andre Leiradella
c0971b3616 fixed the mmaps 2016-05-11 10:13:57 -03:00
Andre Leiradella
abece0b169 added a spetacular hack to support cheevos 2016-05-08 23:22:22 -03:00
twinaphex
4ad3a4d5cf Add GCW Zero target 2016-03-01 22:30:41 +01:00
Twinaphex
c150d6de0d Merge pull request #49 from vanfanel/master
Added rpi2 platform defines
2016-02-25 20:09:46 +01:00
vanfanel
10b1d9f815 Added rpi2 platform defines 2016-02-25 15:47:58 +01:00
aliaspider
9df855665f Merge pull request #47 from FIX94/master
fixed most 3ds resampler issues by fixing up the high-pass code and increased the resampler accuracy
2016-02-03 10:52:27 +01:00
FIX94
235c93e081 indent style is back to its original form 2016-02-02 20:18:53 +01:00
FIX94
1ef2801413 fixed most 3ds resampler issues by fixing up the high-pass code and increased the resampler accuracy 2016-02-01 03:51:44 +01:00
twinaphex
59fb6a652e (OSX) Add universal rules 2015-11-02 14:35:24 +01:00
twinaphex
88dd644046 Add iOS 9 rules 2015-10-16 03:05:58 +02:00
twinaphex
75dca15960 Static code analysis cleanups 2015-09-29 07:34:10 +02:00
twinaphex
f5f8a1937f Add vita target 2015-08-31 21:22:09 +02:00
twinaphex
252943469f Remove Emscripten rule 2015-08-29 05:57:46 +02:00
Alcaro
c72bbf8760 Merge pull request #43 from matthewbauer/emscripten
Emscripten fix
2015-08-26 19:59:33 +02:00
Twinaphex
30d9e797ed (OSX) Linker issues with -mmacosx-version-min, remove for now 2015-08-03 05:56:02 +02:00
neville
fa006c0af9 (OSX) Lower requirements to 10.1 2015-08-01 23:20:39 +02:00
twinaphex
44439e1bcf (QNX) Fix build 2015-07-29 23:47:42 +02:00
twinaphex
9596337328 Backport this - 2c35a85fa4 2015-07-25 19:53:29 +02:00
twinaphex
0fa06bf300 Remove LSB_FIRST 2015-07-23 22:14:19 +02:00
Alcaro
6c8b68bfe7 Avoid handing out NULL and invalid pointers if the ROM has no SRAM. (TODO: Find another way to grab the ROM/WRAM pointers.) 2015-07-23 18:47:42 +02:00
Matthew Justin Bauer
2c33c1cd10 Use -O3 for emscripten. 2015-07-13 23:55:25 -05:00
Matthew Justin Bauer
f9fd2cbb42 Add emscripten output to gitignore. 2015-07-13 23:55:25 -05:00
Twinaphex
8f04c9188e Merge pull request #42 from netux79/master
Expose Internal Palettes
2015-07-05 11:24:12 +02:00
Jose Ernesto Ramirez Ramirez
6e69004027 Expose Internal Palettes
Added option to use internal palettes and added 3 additional.
2015-07-05 01:24:39 -05:00
Alcaro
803bd7685e Here's how a properly done DMG flag works, #40. 2015-06-14 12:53:13 +02:00
Alcaro
44500ac759 C++ source code is not executable. 2015-06-14 12:31:23 +02:00