twinaphex
|
4d7b627421
|
Get rid of video_info dependency for set_video_mode
|
2020-03-06 22:58:12 +01:00 |
|
twinaphex
|
e20151a048
|
Get rid of video_info struct for swap_buffers too
|
2020-03-06 22:29:51 +01:00 |
|
twinaphex
|
68664fdf1d
|
update_title - we don't need video_info
|
2020-03-06 22:11:44 +01:00 |
|
twinaphex
|
8b43e1b4ef
|
Can get rid of IS_SHUTDOWN
|
2020-03-06 20:32:22 +01:00 |
|
twinaphex
|
1f553ac1c4
|
Get rid of menu_shader_set_modified - instead, add a single
'modified' variable to video_shader struct
|
2020-03-06 17:05:20 +01:00 |
|
twinaphex
|
bdc999ca45
|
Settings cleanups
|
2020-03-06 03:53:10 +01:00 |
|
twinaphex
|
18a90d81d2
|
Setting needs to be re-set again
|
2020-03-06 02:28:37 +01:00 |
|
twinaphex
|
6ad38b4140
|
Revert "Try to avoid concurrent data access to"
This reverts commit 8fd43c0927193b5e67877aa38ec0ce6990c9c08e.
|
2020-03-05 22:21:13 +01:00 |
|
twinaphex
|
8fd43c0927
|
Try to avoid concurrent data access to
video_driver_width/video_driver_height
|
2020-03-05 22:18:59 +01:00 |
|
Twinaphex
|
1c302f26b3
|
Prevent warning
|
2020-03-05 15:20:16 +01:00 |
|
jdgleaver
|
35977efe43
|
Prevent improper display of (old style) OSD text when widgets are enabled
|
2020-03-05 12:28:38 +00:00 |
|
twinaphex
|
d592959be8
|
When settings struct gets modified, go through macros to set
the modified flag
|
2020-03-05 13:00:43 +01:00 |
|
twinaphex
|
f87bd0c190
|
Settings cleanups - make sure things that modify the settings
struct go through the wrapper function so that the 'modified'
bit gets set
|
2020-03-05 12:22:58 +01:00 |
|
twinaphex
|
8bad0b6b7e
|
Cleanup some comments
|
2020-03-04 23:22:51 +01:00 |
|
twinaphex
|
a03d4485b0
|
Cleanup retroarch_validate_per_core_options
|
2020-03-04 22:41:58 +01:00 |
|
twinaphex
|
c0e088ca07
|
Add TODO/FIXME
|
2020-03-04 22:30:17 +01:00 |
|
twinaphex
|
bea4f8aad3
|
(menu_dialog.c) Cleanups
|
2020-03-04 22:21:18 +01:00 |
|
twinaphex
|
32e4aea068
|
Start making the other code safe that is dependent on menu driver
ident checking
|
2020-03-04 20:47:39 +01:00 |
|
jdgleaver
|
29f8189d0e
|
Add independent widget scale override settings for fullscreen/windowed modes
|
2020-03-04 17:10:49 +00:00 |
|
twinaphex
|
09df109531
|
Silence warning
|
2020-03-03 00:53:43 +01:00 |
|
twinaphex
|
b99501d5d7
|
Simplify netplay_driver_ctl
|
2020-03-01 18:22:58 +01:00 |
|
twinaphex
|
0c1568c4ab
|
Merge netplay_frontend.c into retroarch.c -
This should be the last file we have to roll into retroarch.c
|
2020-03-01 18:02:55 +01:00 |
|
twinaphex
|
45b02df36b
|
Put HAVE_NETWORKING ifdefs around this code
|
2020-03-01 17:41:46 +01:00 |
|
twinaphex
|
81ab6d575a
|
Cleanups
|
2020-02-29 18:06:06 +01:00 |
|
twinaphex
|
0524d4ae49
|
(retroarch.c) Settings cleanups
|
2020-02-29 17:18:25 +01:00 |
|
twinaphex
|
63b7d74272
|
Cut down get_time_usec calls - pass current_time around instead
|
2020-02-29 16:52:56 +01:00 |
|
twinaphex
|
b1fa971d35
|
Do check outside of rarch_perf_log
|
2020-02-29 08:05:49 +01:00 |
|
twinaphex
|
160d90f22a
|
(performance counters) Get rid of other duplicate functions
|
2020-02-29 08:00:38 +01:00 |
|
twinaphex
|
add0cedc48
|
* Reduce the amount of cpu_features_get_time_usec calls
* Put code behind menu ifdefs
|
2020-02-29 07:41:05 +01:00 |
|
twinaphex
|
55a1837494
|
menu_input_driver_toggle_on - turn function static
|
2020-02-27 15:34:47 +01:00 |
|
twinaphex
|
765f8d4c8c
|
Cleanup menu_keys_pressed
|
2020-02-27 10:03:21 +01:00 |
|
twinaphex
|
602623dc50
|
Remove RARCH_CTL_CORE_OPTIONS_INTL_INIT
|
2020-02-27 08:51:03 +01:00 |
|
twinaphex
|
fb223ac377
|
Refactor input_keys_pressed
|
2020-02-27 08:08:38 +01:00 |
|
twinaphex
|
26b3ccf2e5
|
Don't pass joypad_info by value
|
2020-02-27 07:33:14 +01:00 |
|
twinaphex
|
b23863ae85
|
Reduce more cpu_features_get_time_usec calls
|
2020-02-26 08:17:51 +01:00 |
|
twinaphex
|
d19dd12b30
|
Start calling cpu_features_get_time_usec less per frame iteration
|
2020-02-26 08:09:20 +01:00 |
|
twinaphex
|
795801b1f5
|
Reduce amount of calls to input_event_get_osk_ptr
|
2020-02-26 05:58:11 +01:00 |
|
twinaphex
|
01a65fa5ba
|
Rename menu_osk.c to input_osk.c
|
2020-02-26 05:49:23 +01:00 |
|
twinaphex
|
a7e4bfe479
|
Cleanups
|
2020-02-25 08:11:45 +01:00 |
|
twinaphex
|
8ae08cf23d
|
(Gfx widgets) Put AI service overlay code behind HAVE_TRANSLATE
ifdefs
|
2020-02-23 11:03:38 +01:00 |
|
twinaphex
|
391a02fe45
|
Cleanups
|
2020-02-21 06:40:00 +01:00 |
|
twinaphex
|
2ec6d189ff
|
Cleanups
|
2020-02-21 06:23:49 +01:00 |
|
twinaphex
|
23d521935f
|
Cleanups
|
2020-02-21 03:31:04 +01:00 |
|
twinaphex
|
7f2d8742c2
|
Cleanups
|
2020-02-18 15:30:47 +01:00 |
|
twinaphex
|
c1a5bf944a
|
Cleanups
|
2020-02-18 13:26:43 +01:00 |
|
twinaphex
|
4224900f47
|
Fix memory leak
|
2020-02-18 02:02:22 +01:00 |
|
twinaphex
|
898044933a
|
(MSVC 2005) Add HAVE_GFX_WIDGETS
|
2020-02-17 22:23:33 +01:00 |
|
twinaphex
|
f4dd0f27ed
|
MSVC2010 buildfix
|
2020-02-17 22:19:22 +01:00 |
|
twinaphex
|
e3af337a78
|
Buildfix
|
2020-02-17 21:48:15 +01:00 |
|
twinaphex
|
ebc335319e
|
Cleanups
|
2020-02-17 21:47:09 +01:00 |
|