Jean-André Santoni
|
c335d870a5
|
Code cleaning
|
2017-04-29 22:07:16 +02:00 |
|
twinaphex
|
532b2ac1ba
|
'Open Archive' - if we have a core selected, filter roms
in an archive by supported extensions; otherwise, if no core
is selected, show all files that are supported
|
2017-04-29 21:19:55 +02:00 |
|
twinaphex
|
8f32801292
|
It should now properly show supported roms again when no
core info file is found and we have already loaded a
core
|
2017-04-29 20:27:40 +02:00 |
|
twinaphex
|
b303283ac3
|
(GDI) Buildfix
|
2017-04-29 19:35:13 +02:00 |
|
twinaphex
|
7df38ac5db
|
(3DS) Buildfix
|
2017-04-29 19:34:20 +02:00 |
|
twinaphex
|
a5d7bedb8a
|
Pass video_is_threaded variable to menu driver init function
|
2017-04-29 17:27:54 +02:00 |
|
twinaphex
|
6bae9244e8
|
Create menu_driver_init
|
2017-04-29 17:23:09 +02:00 |
|
twinaphex
|
5f6a342817
|
Pass param
|
2017-04-29 17:19:29 +02:00 |
|
twinaphex
|
b515cd10f1
|
Pass video_is_threaded to context_reset
|
2017-04-29 17:16:05 +02:00 |
|
twinaphex
|
6f0df4cf60
|
Create menu_driver_context_reset
|
2017-04-29 17:13:18 +02:00 |
|
twinaphex
|
64b672125c
|
(menu_display.c) Style nits
|
2017-04-29 17:05:21 +02:00 |
|
twinaphex
|
e84adb504f
|
Don't try to call video_driver_is_threaded from outside
gfx/video_driver.c - only exception right now - menu_display.c
|
2017-04-29 16:52:52 +02:00 |
|
twinaphex
|
63504cd9c8
|
No longer need to grab threaded variable from settings struct
|
2017-04-29 16:37:49 +02:00 |
|
twinaphex
|
79c7627651
|
Move video_viewport_custom to gfx/video_driver.c
|
2017-04-29 13:10:01 +02:00 |
|
Twinaphex
|
936b5e4b7c
|
Merge pull request #4861 from Monroe88/menu_wasapi
Add WASAPI audio driver settings to the menu
|
2017-04-29 11:17:15 +02:00 |
|
Monroe88
|
ada900e1e1
|
Unhardcode WASAPI default settings
|
2017-04-28 21:40:24 -05:00 |
|
Monroe88
|
3e58159480
|
Add WASAPI audio driver settings to the menu
|
2017-04-28 20:36:52 -05:00 |
|
twinaphex
|
fe1151efc3
|
(Zarch) Buildfix
|
2017-04-29 02:02:28 +02:00 |
|
twinaphex
|
e6ab06a701
|
Move path variables
|
2017-04-29 00:39:29 +02:00 |
|
twinaphex
|
f0c2d786ae
|
Update arrays struct
|
2017-04-28 22:59:13 +02:00 |
|
twinaphex
|
05e4ec733e
|
Move uint variables
|
2017-04-28 21:03:04 +02:00 |
|
twinaphex
|
7bbd20b31d
|
Move int settings
|
2017-04-28 19:12:48 +02:00 |
|
twinaphex
|
d1b6a865c4
|
Buildfixes
|
2017-04-28 15:29:20 +02:00 |
|
twinaphex
|
2c53553952
|
(Zarch) Buildfix
|
2017-04-28 15:02:42 +02:00 |
|
twinaphex
|
0da40fb3aa
|
Move all float settings
|
2017-04-28 14:57:55 +02:00 |
|
twinaphex
|
ed53be7c81
|
Move all bool settings
|
2017-04-28 14:11:34 +02:00 |
|
twinaphex
|
b792c5deae
|
move bool setting
|
2017-04-28 12:26:01 +02:00 |
|
twinaphex
|
3e24672a43
|
Move bool settings
|
2017-04-28 12:23:59 +02:00 |
|
twinaphex
|
cc095e56fc
|
Start refactoring bool variables
|
2017-04-28 00:53:20 +02:00 |
|
twinaphex
|
ae1c26cbc4
|
Restructure settings struct
|
2017-04-28 00:00:43 +02:00 |
|
twinaphex
|
124ef06ef7
|
Use wrapper functions
|
2017-04-27 23:43:19 +02:00 |
|
twinaphex
|
a54af2f2c1
|
Prevent implicit memset
|
2017-04-27 01:27:02 +02:00 |
|
twinaphex
|
5ea70ffb2e
|
Get rid of some implicit memsets
|
2017-04-27 01:23:04 +02:00 |
|
Monroe88
|
1df9807954
|
(menu_setting.c) Make Audio Output Rate editable
|
2017-04-25 23:17:53 -05:00 |
|
twinaphex
|
e179108080
|
Cleanups
|
2017-04-26 00:24:59 +02:00 |
|
twinaphex
|
3c57c991de
|
Buildfix
|
2017-04-25 21:58:53 +02:00 |
|
Twinaphex
|
840034d4a0
|
remove unused variables
|
2017-04-25 18:54:41 +02:00 |
|
twinaphex
|
53c9acacd6
|
Wrap access to settings->input.binds completely
|
2017-04-25 18:50:49 +02:00 |
|
twinaphex
|
8d0e3d7777
|
Wrap settings->input.binds
|
2017-04-25 18:27:18 +02:00 |
|
twinaphex
|
3b3b008614
|
Move code to input_config_reset
|
2017-04-25 18:18:37 +02:00 |
|
twinaphex
|
d66aff8fbd
|
Start wrapping settings->input.binds
|
2017-04-25 18:12:13 +02:00 |
|
Twinaphex
|
129da8a802
|
Get rid of unused local variables
|
2017-04-25 17:19:31 +02:00 |
|
twinaphex
|
e1e83b17b7
|
Wrap settings->input.libretro_device
|
2017-04-25 17:14:46 +02:00 |
|
twinaphex
|
f4e5f896a2
|
Move input.device_name_index to task_autodetect and move it
outside of settings struct
|
2017-04-25 16:57:44 +02:00 |
|
twinaphex
|
c871faa1f5
|
Move pid/vid arrays out of settings struct and move them
to input_config
|
2017-04-25 16:49:54 +02:00 |
|
twinaphex
|
acf3b22fd3
|
Go through wrapper functions
|
2017-04-25 16:36:31 +02:00 |
|
twinaphex
|
20ed6eb90a
|
Start using input_config_get_device_name
|
2017-04-25 16:04:28 +02:00 |
|
twinaphex
|
7b5b49a5e6
|
Move autoconfigured variables out of settings struct;
these values are not written back to the config file
|
2017-04-25 15:49:27 +02:00 |
|
twinaphex
|
e36564b2b0
|
(Zarch) Not sure why this was done
|
2017-04-25 15:34:18 +02:00 |
|
twinaphex
|
087002d9c5
|
Get rid of unused video_driver_get_frame_count - locking/unlocking
around this variable should no longer be necessary
|
2017-04-23 21:39:49 +02:00 |
|