655 Commits

Author SHA1 Message Date
bparker06
8ec4084a59 Merge pull request #67 from meepingsnesroms/master
Support using official bootloader with startup logo
2017-02-09 21:06:11 -05:00
meepingsnesroms
58db6d5d1e Clean up variables in bootloader loader 2017-02-07 21:54:03 -08:00
meepingsnesroms
0a311013cc Added void* userdata and fixed whitespace 2017-02-07 16:48:27 -08:00
meepingsnesroms
37fa68d042 Use only C++ headers, make bootloader savestate more readable 2017-02-07 13:12:43 -08:00
meepingsnesroms
c4451b98eb Fix style requests 2017-02-05 18:07:45 -08:00
meepingsnesroms
9667d9b8e2 No globals 2017-02-04 11:40:08 -08:00
meepingsnesroms
f95f674c78 Add core option 2017-02-03 19:32:14 -08:00
meepingsnesroms
ef27eee230 Fully object oriented, can run as many gameboys as needed now
File io is also fixed
2017-02-03 17:26:18 -08:00
meepingsnesroms
301f4bd42f Switch to std::string only 2017-02-03 11:36:19 -08:00
meepingsnesroms
e4abf1dbcc Bootloader and gba mode work together,fixed string = null bug 2017-02-03 11:23:58 -08:00
Alcaro
b1af7340b3 Add this dual mode 2017-02-03 19:35:57 +01:00
Alcaro
4ab3bfd95a Cleanups 2017-02-03 19:26:59 +01:00
meepingsnesroms
f0bdfa0ce0 Core and frontend are no longer linked, header name fixed 2017-02-03 08:37:51 -08:00
meepingsnesroms
72e5be687a Fix memset,printf 2017-02-02 18:19:45 -08:00
meepingsnesroms
24c4a4ef98 Fix missing header 2017-02-02 18:09:44 -08:00
meepingsnesroms
70412e5197 Fixed savestate issues, should be compatible with outdated savestates 2017-02-02 17:44:06 -08:00
meepingsnesroms
4cc01e9c29 Disable bootloader when gba mode is chosen 2017-02-02 15:54:41 -08:00
meepingsnesroms
8d56edb75c Fix windows,open as binary 2017-02-02 15:39:54 -08:00
meepingsnesroms
06d7b9c487 Update libretro.cpp 2017-02-02 15:34:46 -08:00
meepingsnesroms
47ab2b9ce4 BL support 3 2017-02-02 15:14:14 -08:00
meepingsnesroms
eb00a00caf BL support 2 2017-02-02 15:13:45 -08:00
meepingsnesroms
f081e97eaf Support using official bootloader with startup logo 2017-02-02 15:12:39 -08:00
Alcaro
baa4d83761 Merge pull request #66 from orbea/revert-65-error
Revert "return false if info is NULL inside retro_load_game"
2017-01-25 00:53:57 +01:00
orbea
865311d3a4 Revert "return false if info is NULL inside retro_load_game" 2017-01-24 15:49:32 -08:00
Twinaphex
f9592de718 Merge pull request #65 from orbea/error
return false if info is NULL inside retro_load_game
2017-01-25 00:19:55 +01:00
orbea
2106af8e25 return false if info is NULL inside retro_load_game 2017-01-24 14:15:22 -08:00
aliaspider
d9d1d79b63 (ngc/Wii/WiiU) buildfix for devkitpro r29. 2017-01-23 18:50:43 +01:00
Twinaphex
6d976512b3 Merge pull request #64 from sergiobenrocha2/master
Fix RTC in Restart.
2017-01-08 23:14:00 +01:00
sergiobenrocha2
4ab5b69a1d Fix RTC in Restart. 2017-01-08 20:01:26 -02:00
Twinaphex
4d8ae4f5c2 Merge pull request #62 from leiradel/master
Fix cheevos depending on the Zero Page RAM and the Interrupt Enable Flag
2016-11-12 22:37:18 +01:00
Andre Leiradella
c7c476e4d3 Move the pointer constantness as deep as possible. 2016-11-12 12:14:23 +00:00
Andre Leiradella
09ee33f60e Passing the Zero Page pointer directly in the memory descriptor since the Interrupt Enable Flag can be read from it; added a memory descriptor for the OAM RAM. 2016-11-12 00:32:29 +00:00
Andre Leiradella
47ccc0a17f Update the Zero Page RAM copy on other appropriate places. 2016-11-11 18:36:45 +00:00
Andre Leiradella
66d67c4d77 A less hackish way to expose the Zero Page RAM and the Interrupt Enable Flag to cheevos. 2016-11-11 18:15:10 +00:00
Andre Leiradella
afd6509b2b Expose the Zero Page RAM and the Interrupt Enable Flag via the memory map interface. 2016-11-10 21:17:12 +00:00
twinaphex
c20901a735 Add wiiu target 2016-11-07 02:27:26 +01:00
aliaspider
3e8d200624 (cc resampler) disable the highpass for now, seems to be doing more harm
than good.
2016-10-17 22:58:41 +01:00
twinaphex
d5af1d7c4b Update 2016-09-07 03:31:54 +02:00
twinaphex
b8426ca8f3 Update JNI Makefile 2016-09-01 17:36:34 +02:00
Twinaphex
bb7f771f62 Merge pull request #58 from bochecha/master
Improve the Makefiles
2016-09-01 01:40:05 +02:00
Mathieu Bridon
24551644be Add a "make install" rule
Coming with the complementary uninstall rule.
2016-08-30 20:18:45 +02:00
Mathieu Bridon
4e4fb2b4a6 Move the makefiles in the root folder
This better follows the classic convention of doing the way every other
project does it.
2016-08-30 20:18:39 +02:00
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