Commit Graph

90 Commits

Author SHA1 Message Date
twinaphex
5c195e2f4c Update 2017-12-15 21:34:22 +01:00
David Walters
42ef3eb152 Isolate input code from libretro.cpp 2017-11-19 10:45:16 +00:00
rz5
ea77d964ba (Makefile.common) Style nits
Every indent should be done with spaces except for the actual build
commands
2017-11-09 18:22:45 +00:00
rz5
2aeb5587ac (Makefile.common) More style nits 2017-11-09 08:10:34 +00:00
r5
61d1ef8eed (Makefiles) Style nits and minor changes
If we're using GCC, then we use some options recommended in the
upstream's README.PORTING.
2017-11-09 07:52:08 +00:00
r5
d6c519286f (libretro) Validate BIOS files with SHA1
According to the MAME repo, the recommended NA and EU BIOS files have
aliases. This core now accepts files with those names. In addition, BIOS
file names can now be all lower-case, all upper-case and all upper-case
with a hifen (SCPH-XXXX.bin).
The extension still has to be a lower-case 'bin', though.
2017-10-08 13:48:06 +01:00
Zapeth
44e6e19e92 Merge with upstream to resolve Makefile.common merge conflict 2017-09-03 15:08:31 +02:00
Build
a44baaefa8 Add CHD dependencies to Makefiles and namespace mednafen's md5 implementation to avoid conflicts 2017-09-01 11:25:39 +02:00
Brad Parker
a743392186 FreeBSD buildfix 2017-08-27 20:48:29 -04:00
twinaphex
20924c5a33 Update Makefile.common 2017-08-18 01:35:14 +02:00
twinaphex
1aab8f96fc Re-enable this again for successful emscripten building 2017-08-17 01:39:14 +02:00
twinaphex
f915957607 Get rid of retrogl helper files 2017-07-26 04:52:03 +02:00
twinaphex
cc61d7e008 Combine more retrogl functions 2017-07-26 04:14:16 +02:00
twinaphex
f9964f8a4c Merge retrogl/error.c with rsx_lib_gl.cpp 2017-07-26 04:07:53 +02:00
twinaphex
07357666f6 Add retro_dirent 2017-07-26 02:15:33 +02:00
twinaphex
f339a6e50b Update portions of libretro-common 2017-07-26 02:13:37 +02:00
twinaphex
14ad1ba881 Fix solution 2017-06-11 04:30:05 +02:00
twinaphex
7ca16da203 Update Makefile.common 2017-04-27 00:49:58 +02:00
twinaphex
6ec974354d Add wiiu rule 2017-04-27 00:07:40 +02:00
twinaphex
18ec96f19d Not sure why this was stubbed out but it shouldn't 2017-04-26 16:08:21 +02:00
twinaphex
d1889d7db4 Turn shader.cpp into C file 2017-03-28 22:34:01 +02:00
twinaphex
731c7196ac Turn framebuffer.cpp into C file 2017-03-28 11:28:30 +02:00
twinaphex
75de78c702 Convert error.cpp to error.c 2017-03-28 10:03:13 +02:00
twinaphex
e14f16a8c8 Turn vertex.cpp into C file 2017-03-28 08:49:04 +02:00
twinaphex
91215e9f76 Convert retrogl texture.cpp to C 2017-03-28 08:22:43 +02:00
twinaphex
2a7b88a752 Merge GlRenderer.cpp into rsx_lib_gl.cpp 2017-03-27 17:49:04 +02:00
twinaphex
4ae2b73961 Merge retrogl.cpp into rsx_lib_gl.cpp 2017-03-27 16:15:36 +02:00
twinaphex
99747d4283 Compile in mednafen-endian.c again 2017-02-18 16:07:58 +01:00
twinaphex
c73df8090a Take out mednafen-endian.c 2017-02-18 03:14:24 +01:00
Twinaphex
78f33762ea Update Makefile.common 2016-12-03 18:02:43 +01:00
Tiny Tiger
fa039d53c1 Add parallel-psx and dumping. 2016-12-03 17:09:45 +01:00
sergiobenrocha2
822582717f Sort source files for deterministic linking order (Reiner Herrmann patch from debian). 2016-12-03 02:14:04 -02:00
FIX94
758321cadf (WiiU) added thread wrapper to make it compilable 2016-11-23 23:51:38 +01:00
twinaphex
e91d0ca750 Some Makefile changes/fixes 2016-09-25 18:57:34 +02:00
twinaphex
9410afc4b9 Update 2016-08-14 14:17:05 +02:00
twinaphex
4dc8de1130 Add HAVE_CDROM_NEW define 2016-08-14 13:24:05 +02:00
twinaphex
542fd6abc6 Add new CDROM code but don't yet use it 2016-08-14 13:22:51 +02:00
twinaphex
c508e48741 Update cdrom code 2016-08-14 13:15:13 +02:00
twinaphex
f841c7f4f8 Remove SimpleFIFO 2016-08-14 03:51:42 +02:00
twinaphex
5036937297 Updates to Griffin 2016-06-09 10:15:53 +02:00
twinaphex
4adffb0f55 Add stdstring 2016-06-08 19:14:19 +02:00
twinaphex
4a085ff784 Remove trio 2016-06-06 02:21:32 +02:00
twinaphex
1b257b2605 Add commandline switch for dynarec code 2016-06-05 17:18:11 +02:00
Cody Brocious
f89d3a4921 Added primitive recompiler. 2016-06-05 17:15:12 +02:00
twinaphex
3c91eb541b Move function callbacks to C file 2016-05-25 18:14:19 +02:00
twinaphex
9287ab2492 Doesn't seem like we need C++11 after all 2016-05-21 13:44:48 +02:00
twinaphex
43abca490e Backported GL renderer - set HAVE_OPENGL=1 to compile with GL
renderer
2016-05-21 01:49:48 +02:00
twinaphex
5801763f98 Change rsx_intf.c to cpp 2016-05-11 02:39:43 +02:00
twinaphex
d67e1db01a Move libkirk to deps/ 2016-05-05 01:06:13 +02:00
twinaphex
bb55132295 Bake in zlib 2016-05-02 21:24:25 +02:00