Commit Graph

169 Commits

Author SHA1 Message Date
jdgleaver
a39fd1128b Sanitise order of core option values 2019-10-11 22:00:26 -05:00
Twinaphex
9ed2d39d3b Update Makefile 2019-10-11 22:00:26 -05:00
jdgleaver
28cfaefd0e Fix build warnings 2019-10-11 22:00:26 -05:00
jdgleaver
c0205338d8 Add core option sublabels 2019-10-11 22:00:26 -05:00
Yoshi Sugawara
44401058a1 Lightgun support
move touchscreen lightgun input handling to its own method; support touch sensitivity

support reversing super scope trigger/cursor buttons for games like Operation Thunderbolt and T2: The Arcade Game where cursor is used for primary fire

removed debugging statements
2019-10-11 22:00:26 -05:00
Emery Hemingway
47e2cf8b73 Tupfile for super-repositories
- Add Tupfile
- Revert Genode Make rules
- Allow LIBRETRO_COMM_DIR override
2019-10-11 22:00:26 -05:00
Aaron Kling
11f02ad704 libretro: jni: Switch stl to c++ in preparation for ndk r20 2019-10-11 22:00:26 -05:00
Brandon Wright
1b7cd843e1 libretro: Use burst phase with NTSC blitter. 2019-09-14 19:59:09 -05:00
Dwedit
b7ddb478d2 Update MSVC 2010 Project files
Add MSVC 2017 Project files
2019-08-08 11:05:00 -05:00
bearoso
bf4e6f8b62
Merge pull request #523 from yoffy/unmacro-tile
Unmacro tile.cpp
2019-06-26 16:46:12 -05:00
funbars
eecd44a724
libretro android makefile (fix) 2019-05-26 21:14:57 -05:00
Brandon Wright
969a9c601e libretro: Fix stupidity. 2019-05-18 17:13:00 -05:00
Ryan 'Swingflip' Hamlin
78afba0581 Added Classic Armv7 A7 and A8A35 2019-05-18 17:12:06 -05:00
bearoso
1e96cc74e1
Merge pull request #539 from funbars/uwp
libretro uwp
2019-05-15 19:32:48 -05:00
funbars
8be02bd5b5
libretro uwp 2019-05-15 13:30:24 -05:00
Brandon Wright
52f521160a libretro: Ensure RetroArch's texture width is multiple of 4. 2019-05-11 16:18:38 -05:00
Kenta Yoshimura
2898a9967a Fix build failure on libretro. 2019-05-04 15:45:36 +09:00
Brandon Wright
38105c85c2 libretro: Expose echo buffer hack. 2019-04-16 16:00:41 -05:00
Brandon Wright
f70e072bd9 Revert to higher APU clock. 2019-04-12 12:10:51 -05:00
Brandon Wright
a2ef6e3818 Fix android compile with ntsc filter. 2019-03-30 20:21:07 -05:00
stellarporter
2d960df03e blargg filter 2019-03-30 19:20:48 -05:00
Brandon Wright
28a62e9bf2 libretro: Pass ROM directory for any unknown. 2019-03-08 18:43:50 -06:00
Brandon Wright
76b6342ca1 Remove most of GFX_MULTI_FORMAT. 2019-03-07 17:14:51 -06:00
OV2
d751e9916c libretro: only call RETRO_ENVIRONMENT_SET_GEOMETRY from retro_run
(fixes #509)
2019-02-28 15:17:41 +01:00
Brandon Wright
f2069e8af9 Remove extra parameter from S9xInitSound
Explain disabling USE_SLANG in how2compile.txt
2019-02-27 11:02:22 -06:00
OV2
ef6e170a15 libretro: fix compile 2019-02-24 00:58:22 +01:00
OV2
51e7da6751 Get rid of some more warnings 2019-02-23 15:01:59 +01:00
OV2
80956bd53d win32: also update __cplusplus in libretro project 2019-02-23 15:01:59 +01:00
OV2
fd19842be5 win32: disable xp deprecation warning in libretro project 2019-02-23 14:29:57 +01:00
Brandon Wright
aa867abcd3 Use nominal frequency ratio for APU. 2019-02-19 17:50:25 -06:00
Brandon Wright
2164c86158 Remove S9xFinalizeSamples. 2019-02-12 18:27:33 -06:00
twinaphex
a9a646eb60 Don't use O3 for MSVC 2019-02-12 18:27:26 -06:00
twinaphex
2b0e4b557d This text is not necessary 2018-12-29 11:50:29 -06:00
orbea
1fcfcbb4c3 libretro: Use -O3 instead of -O2. 2018-12-17 10:20:19 -08:00
Ryan 'Swingflip' Hamlin
25db75cdac Finished up Armv7 CortexA7 2018-12-13 12:19:09 -06:00
Ryan 'Swingflip' Hamlin
b95d30529b Added Classic Armv7 A7 2018-12-13 12:19:03 -06:00
Emery Hemingway
2fbec27d95 Genode make rules 2018-12-13 12:18:53 -06:00
orbea
21d6275a85 libretro: Allow overriding -flto.
With some users it could be handy to set -flto manually, for example with gcc
its possible to get a speed up for linking with -flto=jobserver.
2018-12-01 14:58:48 -08:00
Brandon Wright
99c70cdfd6 libretro: Fix double-height mode with overscan crop. 2018-11-27 19:24:45 -06:00
Brandon Wright
b590115594 GTK+, libretro: Don't clip between fields. 2018-11-01 17:14:38 -05:00
Brandon Wright
15930a4d79 libretro: Center 224 lines when crop overscan off 2018-10-24 17:26:50 -05:00
Brandon Wright
748e4aa40d libretro: use > instead of >= to compare heights. 2018-10-24 16:54:55 -05:00
Brandon Wright
51601c523c Merge remote-tracking branch 'libretro/master' 2018-10-24 15:36:15 -05:00
Brandon Wright
781704ac50 Center overscan crop in libretro. 2018-10-24 15:35:11 -05:00
finalpatch
d7ebfaa83b Add core option "Block Invalid VRAM Access" (#184)
* Add core option "Block Invalid VRAM Access"
2018-10-17 07:49:27 -05:00
meepingsnesroms
6a4af792da
Fix compiling on Mac OS Mojave 2018-10-12 09:24:28 -07:00
Brandon Wright
6cf60bc8ec Merge remote-tracking branch 'libretro/master' 2018-10-03 17:45:03 -05:00
Brandon Wright
c6ade49c5b libretro: Change 8:7 aspect ratio to uncorrected. 2018-10-03 17:32:50 -05:00
lifajucejo
62e5a20186 Clean up libnx makefile and enable more optimizations 2018-09-30 10:25:16 -04:00
M4xw
4fcaf7b9ee [LIBNX] Initial Port 2018-09-27 23:41:04 +02:00