twinaphex
|
1cee15a118
|
Uniquely name each static function for GLX context driver
|
2014-10-08 18:12:18 +02:00 |
|
twinaphex
|
8cbeeab39f
|
Create unique names for context driver static functions - needed
for Griffin builds
|
2014-10-08 18:09:01 +02:00 |
|
twinaphex
|
f30042ff03
|
If video driver/video context driver doesn't support windowed mode,
then treat RARCH_CMD_FULLSCREEN_TOGGLE as no-op
|
2014-10-08 17:30:05 +02:00 |
|
twinaphex
|
bcd5f8aa5b
|
Add has_windowed to video driver and graphics context driver
|
2014-10-08 17:23:02 +02:00 |
|
twinaphex
|
c35d25c76e
|
Add RARCH_CMD_NETPLAY_FLIP_PLAYERS and RARCH_CMD_FULLSCREEN_TOGGLE
|
2014-10-08 16:41:08 +02:00 |
|
twinaphex
|
4bd018257e
|
Add RARCH_CMD_GRAB_MOUSE_TOGGLE
|
2014-10-08 16:18:18 +02:00 |
|
twinaphex
|
b3309d2132
|
Create RARCH_CMD_PAUSE_TOGGLE
|
2014-10-08 16:12:00 +02:00 |
|
twinaphex
|
35cda4b78b
|
Create RARCH_CMD_AUDIO_MUTE_TOGGLE
|
2014-10-08 16:07:19 +02:00 |
|
Twinaphex
|
57cc2ea18d
|
Merge pull request #1103 from a-shark/master
Add support for more Network Commands.
|
2014-10-08 14:20:33 +02:00 |
|
a-shark
|
4439644e69
|
Add support for more Network Commands.
|
2014-10-07 23:04:46 -05:00 |
|
twinaphex
|
f9da3f37c4
|
Avoid usage of term 'emulator'
|
2014-10-08 04:56:09 +02:00 |
|
twinaphex
|
7391b7573b
|
(Menu) Remove menu->last_time - unused
|
2014-10-08 04:44:43 +02:00 |
|
Twinaphex
|
af501a2b80
|
Merge pull request #1102 from aliaspider/master
stop using thr->frame.within_thread for thread_set_osd_msg.
|
2014-10-08 04:04:56 +02:00 |
|
aliaspider
|
0089087777
|
stop using thr->frame.within_thread for thread_set_osd_msg.
TODO: find a more reliable way to determine if the calling thread is the
video driver thread or not.
|
2014-10-08 03:02:04 +01:00 |
|
Twinaphex
|
6e96fac22c
|
Merge pull request #1101 from fr500/master
fix issue 1097
|
2014-10-08 03:23:41 +02:00 |
|
AndresSM
|
a637afca04
|
Merge branch 'master' of github.com:fr500/RetroArch
|
2014-10-07 20:21:00 -05:00 |
|
AndresSM
|
7249ebc00c
|
fix disk_next, add option for disk_prev
|
2014-10-07 20:19:12 -05:00 |
|
Twinaphex
|
1898bd93b1
|
(iOS) Menu - cleanup
|
2014-10-08 02:50:54 +02:00 |
|
twinaphex
|
7babf3c65f
|
(iOS) Hide Quit RetroArch option for iOS
|
2014-10-08 02:46:46 +02:00 |
|
twinaphex
|
4100f40373
|
(Menu) Cleanup
|
2014-10-08 02:46:46 +02:00 |
|
Twinaphex
|
3ce378d264
|
(OSX/iOS) Build fixes for changes in setting_data_get_list
|
2014-10-08 02:42:41 +02:00 |
|
twinaphex
|
da3734e8c7
|
Add mask parameter to setting_data_get_list
|
2014-10-08 02:13:07 +02:00 |
|
twinaphex
|
fd50638b8f
|
Combine some flags and reduce calls to 'add_flags' function
|
2014-10-08 01:52:56 +02:00 |
|
twinaphex
|
92fdae904d
|
Cleanup settings_data.c
|
2014-10-08 01:18:31 +02:00 |
|
twinaphex
|
150539decc
|
Take out header include in frontend.c
|
2014-10-08 01:08:16 +02:00 |
|
twinaphex
|
4063f4adb1
|
(Menu/Settings) Represent input setting options with 'player' index prefix
|
2014-10-07 23:50:09 +02:00 |
|
twinaphex
|
9b149721dd
|
(Settings_data) Iterate over all Player Index settings
|
2014-10-07 23:44:04 +02:00 |
|
twinaphex
|
79350540ec
|
Refine some command in setting_data_append_list_input_options
|
2014-10-07 23:38:32 +02:00 |
|
twinaphex
|
0e2ce4d8d3
|
(Menu) Input Options and Shader Options don't go through settings list
yet, so put them back in menu_common_type_is
|
2014-10-07 23:09:21 +02:00 |
|
twinaphex
|
7daf5874e1
|
Dehardcode some code in menu_common_type_is
|
2014-10-07 22:52:31 +02:00 |
|
twinaphex
|
0e31f60ad1
|
Dehardcode some code in menu_entries.c
|
2014-10-07 22:48:57 +02:00 |
|
Twinaphex
|
7270f8982a
|
(OSX) Get rid of unused variable warnings for now on OSX
|
2014-10-07 16:51:25 +02:00 |
|
Twinaphex
|
931bc28236
|
(Null gfx context driver) Prevent excess elements when HAVE_EGL is not defined
|
2014-10-07 16:49:56 +02:00 |
|
twinaphex
|
08c6b6e311
|
Split up settings list code into settings_list.c file
|
2014-10-07 16:48:24 +02:00 |
|
twinaphex
|
0f41867b78
|
(settings_data.c) More indenting nits
|
2014-10-07 16:28:25 +02:00 |
|
twinaphex
|
6ea32d0a10
|
settings_data.c - indenting nits
|
2014-10-07 16:05:13 +02:00 |
|
twinaphex
|
19977d3504
|
(settings_data.c) Indenting nits
|
2014-10-07 15:37:29 +02:00 |
|
twinaphex
|
bba97e71ae
|
general.h - Same for error string
|
2014-10-07 14:39:37 +02:00 |
|
twinaphex
|
e0982b4eac
|
global subsystem variable - change to PATH_MAX instead of hardcoded
256
|
2014-10-07 14:39:03 +02:00 |
|
twinaphex
|
76d24cc42b
|
(GL) Get rid of some unnecessary conditionals now that context driver
is at the very least set to a null driver
|
2014-10-07 14:33:45 +02:00 |
|
twinaphex
|
3603a56c01
|
Add null gfx context driver
|
2014-10-07 14:31:10 +02:00 |
|
Twinaphex
|
5b0785228f
|
Merge pull request #1099 from mprobinson/volume-cfg
Merge volume_db and audio_volume, save audio_volume
|
2014-10-07 13:11:49 +02:00 |
|
Twinaphex
|
fe57822e85
|
Merge pull request #1098 from mprobinson/invalid-ctx-segfault
Fix segfault on invalid graphics context driver
|
2014-10-07 13:11:07 +02:00 |
|
Mike Robinson
|
8bc9f53da3
|
Merge volume_db and audio_volume, save audio_volume
This prevents unexpected volume changes on RARCH_VOLUME_UP and
RARCH_VOLUME_DOWN, and adds convenience by saving to config file.
|
2014-10-07 05:39:22 +01:00 |
|
Mike Robinson
|
b5bd6f8d20
|
Fix segfault on invalid graphics context driver
Last element of gfx_ctx_drivers[] is NULL, don't dereference it.
|
2014-10-07 04:36:39 +01:00 |
|
Twinaphex
|
665a56b0b4
|
(iOS) Properly implement this - seems to fix the issue on second startup
with the simulator
|
2014-10-07 04:55:14 +02:00 |
|
Twinaphex
|
3280c0b2c9
|
(iOS) Build fix
|
2014-10-07 04:46:14 +02:00 |
|
twinaphex
|
3512919f9a
|
(iOS) Start implementing frontend_apple_get_environment_settings
|
2014-10-07 04:43:59 +02:00 |
|
Twinaphex
|
d2acf88e05
|
(iOS) pushViewController always in applicationDidFinishLaunching
|
2014-10-07 04:24:19 +02:00 |
|
Twinaphex
|
e64c530e6b
|
(iOS) Cleanup applicationDidFinishLaunching implementation
|
2014-10-07 04:18:42 +02:00 |
|