Commit Graph

113 Commits

Author SHA1 Message Date
twinaphex
d4d87c4e1e ZOOM codepath is obsolete 2020-01-07 12:36:51 +01:00
twinaphex
89f17bae00 Remove more obsolete SDL code and non-libretro code 2020-01-07 12:35:34 +01:00
twinaphex
ebd8bed127 main.cpp - remove SDL code 2020-01-07 12:28:38 +01:00
twinaphex
eb0e33120a input.cpp - remove SDL/non-libretro code 2020-01-07 12:25:51 +01:00
twinaphex
7c2dff8346 neopopsound -remove SDL code 2020-01-07 12:23:43 +01:00
twinaphex
c92e4d655f Turn more C++ comments into C 2020-01-07 12:22:21 +01:00
twinaphex
e61e082830 Change to C comments 2020-01-07 12:03:08 +01:00
twinaphex
6197544425 Some initial MSVC buildfixes 2020-01-07 00:00:00 +01:00
jdgleaver
76399b1168 Add optional 'dark filter' 2020-01-06 19:55:50 +01:00
Twinaphex
8a6c614bb7
Merge pull request #14 from negativeExponent/update
fix runtime errors, add input bitmasks
2020-01-06 16:52:47 +01:00
negativeExponent
e1fb557610 Add input bitmask support 2020-01-06 21:12:00 +08:00
negativeExponent
6e87416ee1 Fix runtime error: misaligned reads
Found when using asan

tlcs900h.cpp:1267:13: runtime error: load of misaligned address 0x7fb8a5061619 for type 'unsigned int', which requires 4 byte alignment
0x7fb8a5061619: note: pointer points here
 b3 e8 5b  1d 08 39 20 1d 03 1f 20  1d 5c 05 20 c8 05 c8 cc  1c 43 39 01 20 00 e3 03  ec e1 23 b3 e8
2020-01-06 15:37:54 +08:00
Twinaphex
5a224d4a87
Merge pull request #13 from negativeExponent/patch-1
Fix typo
2020-01-02 23:38:50 +01:00
negativeExponent
b0d1d3031e
Fix typo 2020-01-03 00:48:28 +08:00
jdgleaver
40c400984d Fix language core option 2020-01-02 16:36:42 +01:00
negativeExponent
b449dd8bc9 Allow building without zlib dependecy 2020-01-02 16:36:05 +01:00
negativeExponent
20a713cfb3 Remove serialization quirks 2020-01-02 16:36:05 +01:00
negativeExponent
56cbad34cd Cleanup libretro.cpp 2020-01-02 16:36:05 +01:00
negativeExponent
7e95a6e203 (Makefile) Allow compiling with -fsanitize 2020-01-01 02:58:25 +01:00
negativeExponent
c21b68b340 Fix incorrect palette 2020-01-01 02:58:25 +01:00
negativeExponent
f63c39ecbf Update libretro.cpp 2020-01-01 02:58:25 +01:00
negativeExponent
4f458d5980 Add workaround for state crash when compiled with clang 2020-01-01 02:58:25 +01:00
Twinaphex
b27eb1453c
Merge pull request #8 from negativeExponent/jni
Add JNI Makefile
2019-12-29 21:58:52 +01:00
Twinaphex
72e660e4a5
Merge pull request #9 from fjtrujy/master
PSP support
2019-12-29 21:53:57 +01:00
Francisco Javier Trujillo Mata
4386a60775 PSP support 2019-12-29 21:37:23 +01:00
negativeExponent
6902f42868 Add JNI Makefile 2019-12-30 01:57:20 +08:00
negativeExponent
e7823527fb Update .gitignore 2019-12-30 01:56:58 +08:00
negativeExponent
ccc1ea8d17 (libnx) Buildfix 2019-12-29 14:53:49 +01:00
negativeExponent
b3495f2b36 Buildfix 2019-12-29 12:55:14 +01:00
twinaphex
f739e1d3fd Update Makefiles 2019-12-29 07:52:47 +01:00
twinaphex
6c5d855900 Revert "Buildfix"
This reverts commit d10ad8a176.
2019-12-29 04:09:41 +01:00
Twinaphex
d10ad8a176 Buildfix 2019-12-29 03:59:35 +01:00
Twinaphex
b73555613f More build fixes 2019-12-29 03:51:54 +01:00
Twinaphex
d9d06c9248 (OSX) Buildfixes 2019-12-29 03:47:01 +01:00
twinaphex
0d07a1c849 Some small build fixes 2019-12-29 03:25:06 +01:00
twinaphex
fc9e829ff7 Update to hopefully fix iOS build problems 2019-12-29 03:19:24 +01:00
Twinaphex
71a1ee08b0
Merge pull request #4 from negativeExponent/updates
name changes and license file
2019-12-29 02:58:52 +01:00
negativeExponent
b8c22993c2 Add license.txt 2019-12-29 09:33:32 +08:00
negativeExponent
ad8bc17da6 Change core option prefix to "race_" 2019-12-29 09:22:27 +08:00
negativeExponent
2a07d1b8d7 Change library name to just "RACE" 2019-12-29 09:19:59 +08:00
negativeExponent
4e42c686a8 Add support for retroachievement and cheat search using retro_memory_descriptors 2019-12-28 19:13:42 +01:00
negativeExponent
fc8971e943 Update libretro.h 2019-12-28 19:13:42 +01:00
negativeExponent
b7f37d5607 Run CPU at 6.144Mhz 2019-12-28 19:12:55 +01:00
negativeExponent
fd2c34614f Add *.so to .gitignore 2019-12-28 19:12:55 +01:00
negativeExponent
ffbd8130bf Fix core name and version number
- name and version based on the RACE! PSP Readme
2019-12-28 13:01:59 +01:00
Francisco José García García
82292fc0a8 DRZ80 support 2019-12-28 13:00:07 +01:00
Francisco José García García
ce39a255e9 Flip buttons 2019-12-28 12:10:07 +01:00
Francisco José García García
963b928170 Correct palette mask 2019-12-28 12:10:07 +01:00
Francisco José García García
9ae9f6def8 Save states and flash files. Thanks to @negativeExponent 2019-12-28 12:05:38 +01:00
Francisco José García García
926a3073d3 use int instead of int_t types 2019-12-27 17:19:28 +01:00