twinaphex
|
220bc434be
|
Get rid of strcpy_alloc
|
2021-04-21 02:25:51 +02:00 |
|
twinaphex
|
e88fad00a5
|
copy_core_to_temp_file - get rid of a bunch of strcat_alloc calls,
instead just use fill_pathname_join once and have retroarch_tmp_path
be a fixed stack array variable
|
2021-04-20 21:29:02 +02:00 |
|
twinaphex
|
769fb7cd02
|
Cleanup
|
2021-04-20 19:35:59 +02:00 |
|
jdgleaver
|
b193fd0ba9
|
Enhanced 'Load Content' file browser search functionality
|
2021-04-20 15:49:22 +01:00 |
|
LazyFunker
|
c5e5cf28af
|
Force resolution on UWP
|
2021-04-20 11:47:32 +02:00 |
|
Autechre
|
a56fcfb24a
|
Revert "Screen Resolution option fixes"
|
2021-04-17 19:33:23 +02:00 |
|
twinaphex
|
46a37b9bd9
|
Silence some warnings
|
2021-04-16 17:55:19 +02:00 |
|
twinaphex
|
9812f368e7
|
Move more of these static variables out of retroarch_data.h
|
2021-04-15 19:51:40 +02:00 |
|
twinaphex
|
0f4dbcfc53
|
move arrays over to only function that uses them
|
2021-04-15 19:51:40 +02:00 |
|
twinaphex
|
67c06d17bb
|
command_event_runtime_log_deinit - put verbosity_is_enabled check around
this
|
2021-04-15 08:08:08 +02:00 |
|
twinaphex
|
9f902c8bd4
|
input_joypad_analog_button - only call fabs when input value is not 0
|
2021-04-15 07:27:43 +02:00 |
|
twinaphex
|
52454591aa
|
Small cleanup to input_joypad_analog_button
|
2021-04-15 07:22:59 +02:00 |
|
twinaphex
|
cfe9d60f51
|
Get rid of button_is_pressed
|
2021-04-15 06:55:35 +02:00 |
|
twinaphex
|
4ec8b82388
|
Cleanups
|
2021-04-14 03:46:50 +02:00 |
|
twinaphex
|
65c01b35ec
|
Go back to Discord RPC I/O Thread codepath for now - the non-I/O
thread codepath seems to be unreliable for now
|
2021-04-13 16:44:46 +02:00 |
|
twinaphex
|
2f0f724813
|
Use more path_basename_nocompression where we don't have to deal with
archive files
|
2021-04-11 18:46:50 +02:00 |
|
twinaphex
|
637cff628f
|
* Simplify RARCH_CTL_IS_CORE_LOADED
* Create specialized function path_basename_nocompression
|
2021-04-11 17:27:31 +02:00 |
|
twinaphex
|
3841fecc59
|
Cleanups
|
2021-04-11 17:01:13 +02:00 |
|
twinaphex
|
bc08e325ce
|
Travis buildfix
|
2021-04-11 02:22:35 +02:00 |
|
twinaphex
|
59449600ad
|
Cleanup retroarch_menu_running_finished
|
2021-04-10 21:04:00 +02:00 |
|
twinaphex
|
c392a475ee
|
Cleanups
|
2021-04-10 20:51:19 +02:00 |
|
twinaphex
|
d024ff553f
|
Cleanups
|
2021-04-10 20:47:04 +02:00 |
|
twinaphex
|
ca5ce839ce
|
Small cleanups to button input handling code - several parameters
were no longer used
|
2021-04-10 19:06:56 +02:00 |
|
twinaphex
|
760fc6b3f7
|
Simplify button_is_pressed
|
2021-04-10 18:44:10 +02:00 |
|
twinaphex
|
372f939cc9
|
Simplify input_keys_pressed
|
2021-04-10 18:25:50 +02:00 |
|
twinaphex
|
5df321fcaa
|
Cleanups
|
2021-04-10 18:19:20 +02:00 |
|
twinaphex
|
8b197e49bb
|
accessibility_speak_priority - no longer dependent on settings pointer
|
2021-04-10 14:59:34 +02:00 |
|
twinaphex
|
200983f938
|
is_narrator_running -don't pass entire settings pointer
|
2021-04-10 14:24:41 +02:00 |
|
twinaphex
|
dd7fe2e7e0
|
Cleanups
|
2021-04-10 14:19:52 +02:00 |
|
twinaphex
|
1e94070dca
|
Simplify driver_adjust_system_rates
|
2021-04-10 13:39:47 +02:00 |
|
twinaphex
|
40ab6f839a
|
Some cleanups to driver_adjust_system_rates
|
2021-04-10 13:32:27 +02:00 |
|
twinaphex
|
43cb646870
|
Turn video_driver_monitor_adjust_system_rates into pure function
|
2021-04-10 13:22:12 +02:00 |
|
twinaphex
|
d1d9f96ab3
|
Turn audio_driver_monitor_adjust_system_rates into pure function
|
2021-04-10 13:11:01 +02:00 |
|
twinaphex
|
d910f520d9
|
Don't pass entire settings pointer if we just need a few settings variables
to read
|
2021-04-10 13:03:53 +02:00 |
|
twinaphex
|
5ca666acee
|
Cleanups, don't try to pass settings pointer to functions unless we have to
|
2021-04-10 03:01:25 +02:00 |
|
twinaphex
|
338c2eb2f0
|
Settings cleanups
|
2021-04-10 01:51:28 +02:00 |
|
twinaphex
|
deccc4d8c6
|
Some refactors
|
2021-04-10 00:54:40 +02:00 |
|
twinaphex
|
204eaf0e76
|
Don't grab settings pointer inside video_driver_frame
|
2021-04-08 20:01:59 +02:00 |
|
twinaphex
|
421dbb19c2
|
Don't pass settings pointer if we just need a couple of variables
that we won't mutate
|
2021-04-08 19:45:30 +02:00 |
|
twinaphex
|
f7a5833cb0
|
Turn bunch of functions static
|
2021-04-08 18:33:46 +02:00 |
|
twinaphex
|
42bd709f67
|
Old MSVC buildfix
|
2021-04-08 17:31:23 +02:00 |
|
twinaphex
|
2c7226de20
|
Less pointer grabbing
|
2021-04-08 17:08:46 +02:00 |
|
twinaphex
|
d6c243143d
|
Simplifications to dir_init_shader_internal
|
2021-04-08 16:49:23 +02:00 |
|
Barry Rowe
|
d80833d892
|
Accessibility speak fix.
|
2021-04-07 20:39:25 -07:00 |
|
twinaphex
|
fb1258b817
|
Set anim.update_timecb to NULL immediately after menu driver's 'free'
function has been called
|
2021-04-08 01:37:47 +02:00 |
|
twinaphex
|
e5e8e9b5d8
|
Expand widget init function
|
2021-04-08 00:51:10 +02:00 |
|
twinaphex
|
95527fb566
|
Prevent some unnecessary variables being set
|
2021-04-08 00:22:29 +02:00 |
|
twinaphex
|
412a1885b2
|
Cleanups
|
2021-04-07 00:42:38 +02:00 |
|
twinaphex
|
886a692f1a
|
video_driver_init_internal - don't call small one-line functions - set
directly
|
2021-04-07 00:36:00 +02:00 |
|
twinaphex
|
d5ebf9039c
|
Cleanups
|
2021-04-06 23:05:40 +02:00 |
|