7857 Commits

Author SHA1 Message Date
twinaphex
7ad663c5f2 Get rid of RARCH_PERFORMANCE_MODE everywhere 2013-08-25 22:21:23 +02:00
twinaphex
add527e3d2 Get rid of RARCH_PERFORMANCE_MODE 2013-08-25 22:18:57 +02:00
pinumbernumber
ef8a86e794 more win32 typedef removal 2013-08-25 18:57:23 +01:00
pinumbernumber
f3de828444 Eradicated some win32 macros/typedefs 2013-08-25 18:54:20 +01:00
twinaphex
95f5e6aa96 Add RETRO_ENVIRONMENT_EXEC_ESCAPE -yes, I need this - when we are in
retro_run - we need to escape first before we can get the next libretro
core with input data running. This is not needed when we do exec without
being in the main program loop. Anyway, one does not work for the other -
so we need both.
2013-08-25 19:42:24 +02:00
pinumbernumber
3370684a06 Improved XInput support, misc tweaks 2013-08-25 17:17:23 +01:00
twinaphex
6a3303d2b4 Need to put extra conditional in when triggering ENVIRON EXEC to
get out of the main iterate loop once so that it can start up
the next core with params
2013-08-25 15:51:42 +02:00
twinaphex
31946847db RETRO_ENVIRONMENT_SET_LIBRETRO_PATH - explain false return value 2013-08-25 13:28:41 +02:00
twinaphex
e1cc0c3160 RETRO_ENVIRONMENT_SET_LIBRETRO_PATH - returns false if path
file doesn't exist
2013-08-25 13:17:11 +02:00
Themaister
32cae444a0 Fixup new private extensions.
Moved private stuff to libretro_private.h.
Dropped use of retro_variable (redundant and wrong type).

Didn't understand difference between EXEC_LOAD and EXEC_RELOAD at all.
Only one was used anyways ...
2013-08-25 11:10:32 +02:00
meancoot
f83b40cd54 (iOS) Help prevent file browser lists from going stale 2013-08-24 20:36:03 -04:00
meancoot
7a72899c15 (iOS) Move browser logic into platform.m 2013-08-24 20:27:04 -04:00
twinaphex
edfab9630a Add RETRO_ENVIRONMENT_EXEC - refactor some stuff internally in
libretro frontend to implement this new functionality
2013-08-25 01:37:15 +02:00
twinaphex
8aef9f4c64 Hide away g_settings.libretro mutation and do calls to environment
callback action instead - frontends should do it this way as well
2013-08-24 23:08:40 +02:00
twinaphex
b26fcfb4a6 Libretro header - Typo - aquire -> acquire 2013-08-24 22:59:29 +02:00
twinaphex
08ae8226eb Update libretro header 2013-08-24 22:56:34 +02:00
twinaphex
7c81f554af Add RETRO_ENVIRONMENT_SET_LIBRETRO_PATH to libretro API. Also gives us opportunity
to write internal code - other libretro implementations can now just implement
this environ callback and have other external frontends of their own be able to swap
in/out libretro cores from outside
2013-08-24 22:35:54 +02:00
twinaphex
8f72a8aa46 (Android Java) Apply setCoreTitle even when per-core configs is not enabled 2013-08-24 20:24:40 +02:00
twinaphex
fa32fca53d (Android Java) Add some more settings to per-core config 2013-08-24 17:30:09 +02:00
twinaphex
a1abd8aaa7 (Android Java) Add readBackFloat 2013-08-24 16:39:23 +02:00
twinaphex
23faaba1f1 (Android) Add getFloat/setFloat to ConfigFile.java 2013-08-24 16:37:04 +02:00
Themaister
b6539dc879 Initial start for per-core configs.
Dirty, but only real way to do this on Android it seems.
2013-08-24 16:26:19 +02:00
Themaister
fbc0b8f0eb Minor code cleanups. 2013-08-24 15:13:44 +02:00
Themaister
ae5221947a IME config fixups. 2013-08-24 12:52:47 +02:00
Themaister
73cb566620 "Revert" audio buffer behavior on Android.
Add audio_block_frames setting (only used by OpenSL atm).
2013-08-24 12:04:47 +02:00
twinaphex
692f8892aa (Android) Add fallback for API level 17 audio buffer size path if
high audio latency is enabled
2013-08-24 05:22:25 +02:00
twinaphex
d13542f12b (Android) Detects buffer size properly now on Android 4.2 and up -
bases requested latency on this. Old fallback applies for non-4.2
2013-08-24 05:10:14 +02:00
Themaister
67f4f1b3ed [WGL] Fix window size calculation. 2013-08-23 17:32:57 +02:00
pinumbernumber
f5454cd446 Initial xinput support, fix msvc build 2013-08-23 13:09:59 +01:00
ToadKing
be08d003c9 [GL] fix OSD messages breaking if one was too long 2013-08-22 23:21:52 -04:00
ToadKing
0cdd3de835 [Android] make Ouya controller reports itself as dual analog 2013-08-22 20:24:47 -04:00
ToadKing
0fea1c9473 [Android] handle certain "special" buttons on some controllers better, fixes menu button on Ouya controller 2013-08-22 18:14:10 -04:00
Themaister
1c4c943604 [Pi] Build fixes. 2013-08-22 22:12:16 +02:00
Squarepusher
5266be7934 Merge pull request #284 from hizzlekizzle/master
Modified dpad/button hitboxes for portrait overlays
2013-08-21 11:42:55 -07:00
hizzlekizzle
ad75b5b006 enlarge dpad and button hitboxes for snes-portrait 2013-08-21 13:14:57 -05:00
hizzlekizzle
8bbffc6386 enlarge dpad hitboxes for nes-portrait 2013-08-21 13:14:03 -05:00
hizzlekizzle
1763be49ac Enlarge dpad hitboxes for psx-portrait 2013-08-21 13:12:21 -05:00
hizzlekizzle
7d55b115a1 enlarged dpad hitboxes; left the buttons alone, since they're close together 2013-08-21 12:56:02 -05:00
hizzlekizzle
52ebe38931 Enlarged dpad hitboxes and vertically extended button hitboxes for gen3-portrait 2013-08-21 12:50:58 -05:00
hizzlekizzle
5d413c480b enlarged button/dpad hitboxes for gb-portrait 2013-08-21 12:41:13 -05:00
Themaister
6ab81b648e Style nits. 2013-08-21 18:57:27 +02:00
Hans-Kristian Arntzen
54b27bf587 Merge pull request #283 from zevektor/master
Load roms from external app - #3
2013-08-21 09:46:56 -07:00
zevektor
8b0124ba2a Load roms from external app - #3 2013-08-21 14:08:06 +02:00
zevektor
6deb38c07d Checks on load rom from external app changed. 2013-08-21 14:04:43 +02:00
Hans-Kristian Arntzen
713afdb901 Merge pull request #282 from zevektor/master
Load external rom - #2
2013-08-21 04:29:48 -07:00
zevektor
f854f47855 Fixed bug when back button is pressed. 2013-08-21 12:57:40 +02:00
zevektor
fe84dbb121 Fixes 2013-08-21 12:46:57 +02:00
Squarepusher
4695ff9855 Merge pull request #281 from hizzlekizzle/master
Enlarged dpad hitboxes for landscape overlays
2013-08-20 13:02:54 -07:00
hizzlekizzle
4a6d497a5c enlarge dpad hitboxes for gameboy-landscape 2013-08-20 14:59:50 -05:00
hizzlekizzle
cb99d953c6 enlarge hitboxes for genesis3-landscape 2013-08-20 14:59:16 -05:00