Commit Graph

212 Commits

Author SHA1 Message Date
twinaphex
d2ea735499 Add another exception 2017-04-27 00:06:37 +02:00
twinaphex
0671301e2f Add exception for filestream_get_size too 2017-04-26 22:19:54 +02:00
twinaphex
a291f6d4a2 Add rule for emscripten 2017-04-26 16:09:14 +02:00
twinaphex
c73df8090a Take out mednafen-endian.c 2017-02-18 03:14:24 +01:00
orbea
13019ed425 Make GIT_VERSION more like other cores 2017-02-04 10:29:00 -08:00
aliaspider
49980314f8 (WiiU) build fix for devkitpro r29.
- remove wut dependancy.
2017-01-24 12:15:52 +01:00
Lionel Flandrin
df1262004d Improve build when DEBUG=1. Use -DNDEBUG to disable asserts in non-debug builds.
If DEBUG=1 is set -DDEBUG is now passed to GCC which will enable a
bunch of debugging code (notably in the GL renderer).
2016-12-09 19:59:32 +01:00
radius
a7f9418572 add git version 2016-12-04 19:34:02 -05:00
radius
2b2070b84a redo core options 2016-12-04 19:14:08 -05:00
twinaphex
1b0299a5fa Add HAVE_HW switch 2016-12-03 17:18:39 +01:00
twinaphex
295a7bdaaa add HAVE_VULKAN switch 2016-12-03 17:16:10 +01:00
Tiny Tiger
b9969d2fbd Add fallback support for graphics backend.
Will choose either GL/Vulkan depending on what the frontend allows.
2016-12-03 17:09:57 +01:00
Tiny Tiger
fa039d53c1 Add parallel-psx and dumping. 2016-12-03 17:09:45 +01:00
Lionel Flandrin
273a2a5ba0 Add header dependency tracking using gcc's -MM option 2016-12-03 11:15:22 +01:00
sergiobenrocha2
dd22114713 Missing CPPFLAGS, fix hardening-no-fortify-functions (-D_FORTIFY_SOURCE=2). 2016-12-03 02:12:35 -02:00
FIX94
758321cadf (WiiU) added thread wrapper to make it compilable 2016-11-23 23:51:38 +01:00
twinaphex
e661a3488a Add wiiu target 2016-11-07 02:42:50 +01:00
twinaphex
414fe7ee63 Set HAVE_OPENGL=0 2016-10-10 13:47:31 +02:00
twinaphex
95c70b3a78 Always force CD image cache on for Emscripten 2016-10-08 16:35:19 +02:00
twinaphex
602555efd4 Set HAVE_OPENGL = 0 2016-09-27 22:30:30 +02:00
twinaphex
00f73aadbe Push some 'initial for loop declaration' errors 2016-09-27 22:30:09 +02:00
Twinaphex
bca3cff6e8 Rebuild this 2016-09-27 07:46:11 +02:00
twinaphex
cabb5e47b4 Set HAVE_OPENGL = 0 2016-09-24 05:37:35 +02:00
twinaphex
3048a71b6d Update to 0.9.39.2 2016-09-23 21:51:50 +02:00
Lionel Flandrin
538a65dab4 Disable OpenGL by default 2016-09-14 16:30:06 +02:00
Lionel Flandrin
98e6f9f323 Use 16:9 aspect ratio in the GL renderer when widescreen_hack is enabled
Fixes #79
2016-09-14 16:25:49 +02:00
twinaphex
cc73501928 Update Makefiles 2016-09-07 07:48:21 +02:00
twinaphex
542fd6abc6 Add new CDROM code but don't yet use it 2016-08-14 13:22:51 +02:00
twinaphex
7f133eda67 Remove this 2016-08-06 07:33:47 +02:00
twinaphex
0c3429d67b Revert "(CDC) Backports"
This reverts commit b628c71c58.
2016-08-06 07:32:04 +02:00
twinaphex
b628c71c58 (CDC) Backports 2016-08-06 07:26:53 +02:00
dalter
e1f1405641 Fix Emscripten build
Sorry I'm blind =)
2016-08-03 16:51:39 +03:00
dalter
84e714f8f8 Add Emscripten Build flags 2016-08-02 21:12:53 +03:00
twinaphex
c626f784c2 Set HAVE_OPENGL=0 2016-06-17 02:24:55 +02:00
twinaphex
73dbcebd2b Update GLSM 2016-06-17 02:24:40 +02:00
twinaphex
4a373f891c Simplify whitespace trimming functions 2016-06-09 08:01:16 +02:00
twinaphex
f4e3c7f622 Get rid of MDFN_ltrim/NDFN_rtrim/MDFN_trim and replace them
with MIT-compatible versions
2016-06-09 07:59:14 +02:00
twinaphex
2a6d66fb4b Change this back 2016-06-06 07:03:59 +02:00
twinaphex
793aebe3b4 Remove unneeded files 2016-06-06 07:03:41 +02:00
sergiobenrocha2
0d4a402902 Cleanup Makefile, remove armv, it should be fit inside unix. 2016-06-05 18:28:34 -03:00
twinaphex
0710524854 Turn this back again 2016-06-05 21:48:40 +02:00
twinaphex
bde21037ea Rename Lm_C to MAC_to_COLOR 2016-06-05 21:48:25 +02:00
twinaphex
f324473ebc Disable HAVE_OPENGL again 2016-06-05 21:14:22 +02:00
twinaphex
e88e2973e9 Rename A_MV to i64_to_i44 2016-06-05 21:14:07 +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
a3908af9ea Disable HAVE_OPENGL=1 2016-06-01 08:22:39 +02:00
twinaphex
62b8441c70 Add rsx_intf_has_software_renderer 2016-06-01 08:10:21 +02:00
twinaphex
6ae4e61e1b Disable HAVE_OPENGL=1 2016-05-27 05:38:40 +02:00
twinaphex
93860cf551 Set NTSC timing to 59.941 - same as software renderer 2016-05-27 05:37:40 +02:00