Christian_Haitian
74d9f976a8
Add wifi configuration menu
...
Enable with --enable-wifi during
configuration before make.
Credit to valadaa48 for the
code and configuration.
2021-05-31 02:20:34 +00:00
twinaphex
0a5d4288f5
Rollback runloop changes - will require a rethink in how we approach
...
this
2021-05-25 20:41:39 +02:00
twinaphex
621a0b61f6
Move more state to runloop_state (in preparation of removing path_clear
...
and path_is_empty)
2021-05-24 20:38:56 +02:00
twinaphex
244a2ad052
Simplify video_thread_get_ptr - get rid of unused p_rarch pointer
...
in dir_free_shader
2021-05-24 19:22:55 +02:00
twinaphex
2b4f2525d0
move more runloop functions over to runloop.c
2021-05-24 02:57:40 +02:00
twinaphex
75175ddbce
move more runloop functiosn to runloop.c
2021-05-24 02:27:55 +02:00
twinaphex
b48ab663b0
Move BSV runloop code over to runloop.c
2021-05-23 02:20:01 +02:00
twinaphex
364d518726
More runloop_state changes
2021-05-23 01:54:33 +02:00
twinaphex
d1c7d97b10
Split up code to runloop.c
2021-05-22 23:09:00 +02:00
twinaphex
7c483340fc
Start creating a distinction between runloop_ and retroarch_ prefix
...
functions
2021-05-22 16:51:55 +02:00
twinaphex
68c377cd55
Move more to runloop_state
2021-05-22 02:57:02 +02:00
twinaphex
d84a2ef700
Move boolean state variables from p_rarch to runloop_state
2021-05-22 01:25:59 +02:00
twinaphex
4ba92b1643
Move more runloop state over to runloop_state
2021-05-22 00:25:01 +02:00
twinaphex
98448960f5
Move audio_driver_mixer_volume_gain to runloop_state struct
2021-05-21 22:25:36 +02:00
twinaphex
22a2b5ac1c
Move more variables to runloop_state
2021-05-21 22:20:26 +02:00
twinaphex
458d636861
Move more runloop state to runloop state struct
2021-05-21 21:23:06 +02:00
jdgleaver
484c4ad51e
Add API extension for cores to override frontend fast-forward state
2021-05-13 13:16:37 +01:00
Nathan Strong
d7075296e3
Move runloop data to static struct
...
== DETAILS
As part of a larger project to reduce/eliminate global state, this commit does the following:
1. move all the `runloop_` members of the `rarch_st` struct to a separate structure
2. create a static instance of that struct in retroarch.c
3. switch all references of `p_rarch->runloop_*` to `runloop_state.*`
4. remove the extraneous `runloop_` prefix on the new struct's members
2021-04-26 09:21:01 -07: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
29a358ee3a
Pass settings pointer around to more functions
2021-04-06 20:07:06 +02:00
David G. F
b830b33cf1
Rewrite commands and add new command type ( #12233 )
...
* (OSX non-Metal build) Set disable execute page protection
* Rewrite commands and add new command type
This moves commands to a separate file and creates a consistent
interface for them. It is now possible to use multiple command
interfaces simultaneously (stdin, network and UDS).
Implemented a new interface for Lakka, UDS based (so Linux only). This
allow other Lakka servies to send certain commands to Retroarch in a
secure and reliable way.
Co-authored-by: twinaphex <libretro@gmail.com>
2021-04-05 19:55:59 +02:00
jdgleaver
371d0b7395
Add optional menu screensaver
2021-04-01 17:26:43 +01:00
David Guillen Fandos
1cad93207b
Upstream OGA patch for vertical screen
...
This keeps the tradition DRM driver along with the OGA one. The probe
function skips the driver if the screen is non rotated to fall back to
the regular DRM driver. This is being upstreamed from the Lakka repo.
2021-03-23 20:27:24 +01:00
twinaphex
4ff2d85a18
Unsafe to leave input_driver_mapper on heap; plus no real need to
...
have it on heap when it's already on heap courtesy of rarch_state
2021-03-22 21:43:31 +01:00
twinaphex
e5ca68a518
Simplify video_driver_get_ptr
2021-03-21 17:33:44 +01:00
twinaphex
5554e5a842
Small cleanups
2021-03-18 12:51:17 +01:00
CrystalCT
9ac61f9cc5
Add some PSL1GHT ifdefs
2021-03-17 08:46:02 +01:00
CrystalCT
64ecfe4463
Add some PSL1GHT ifdefs
2021-03-16 08:45:24 +01:00
twinaphex
14248f7401
(Menu) Iterate function callback was never used, remove it
...
- Also turn menu_driver_iterate into static function and
redesign code a bit; non-functional
2021-03-11 20:17:22 +01:00
twinaphex
88b2359a37
Cleanups
2021-03-09 00:51:15 +01:00
twinaphex
0518f6e13e
Create MENU_ENTRIES_NEEDS_REFRESH
2021-03-07 20:00:45 +01:00
twinaphex
0cce2fb4e2
menu_entries_append_enum - get rid of menu_driver_ident call
2021-03-07 19:04:24 +01:00
Jamiras
5783a2907d
add READ/WRITE_CORE_MEMORY network commands
2021-03-06 08:05:48 -07:00
crystalct
1687d4a90b
Step#1 to add per-folder core options ( #11843 )
2021-02-23 18:59:11 +01:00
David Guillen Fandos
9313b10467
Memalign audio buffers to 64 bytes
...
This is the most common cache line size, helps with performance.
Also fixes issues with platforms like PSP that wrongly assume that
malloc returns aligned buffers (to 16bytes). This recently broke the PSP
builds.
2021-02-10 21:35:04 +01:00
Autechre
f661cc3fb5
Merge pull request #11572 from ImJezze/master
...
Option to open the file browser in the last used directory
2021-02-08 12:29:31 +01:00
ImJezze
270c41b35a
Implement toggle to open the start directory at the last used location
2021-02-07 11:54:17 +01:00
twinaphex
863a09eac6
We need to change this ifdef now that we temporarily disable vitagl
2021-02-04 12:51:52 +01:00
sonninnos
d78f321d33
Prevent duplicate key events with hotkeys + keyboard device type
2021-01-30 11:41:44 +02:00
Autechre
760c9a8482
(Mac) Remove Apple Core GL Context ( #11912 )
...
* Remove Apple CGL context - was never used and never tested
2021-01-21 00:33:12 +01:00
twinaphex
83210eafd8
Split up cocoa_gl_ctx.m into two parts - cocoa_gl_ctx.m
...
and cocoa_vk_ctx.m
2021-01-18 20:02:31 +01:00
twinaphex
1e9f6f175e
(OSX) Fix PowerPC build
2021-01-17 05:02:07 +01:00
jdgleaver
1c591be8f1
Add option to automatically enable 'game focus' mode when running/resuming content
2021-01-13 15:00:36 +00:00
sonninnos
73feffc4d1
Keyboard device mapper rework
2020-12-26 04:44:54 +02:00
alphanu1
9c39c7994b
Fix undeclared compile error
...
Retroarch_data_h:2668:26: error: 'command_set_shader' undeclared here (not in function); do you mean 'command_get_ststus'?
{ "SET_SHADER", command_set_shader, "<shader path>" }
2020-12-22 17:42:22 +00:00
twinaphex
870707dbe8
Remove obsolete __CELLOS_LV2__ references - use PSL1GHT instead
2020-12-19 15:32:26 +01:00
twinaphex
d008cb14e2
Buildfix
2020-12-14 22:53:51 +01:00
twinaphex
0e1b980803
Move rarch_timer functions to retroarch_data.h and turn them into
...
macros
2020-12-13 22:37:42 +01:00
twinaphex
2e266e1577
Cleanups
2020-12-13 22:16:44 +01:00