libretroadmin
|
cc3169febe
|
(runloop) Cleanups
|
2022-11-21 19:11:55 +01:00 |
|
libretroadmin
|
6815383113
|
* Create runloop_state_free (instead of duplicated code lines in
retroarch.c and runloop.c
* Turn a whole bunch of unctions in runloop.c static as a consequence
|
2022-11-21 17:45:39 +01:00 |
|
LibretroAdmin
|
18ea6fa81e
|
Turn more boolean variables into flags for runloop
- Get rid of RARCH_CTL_IS_INITED, use runloop_get_flags instead
|
2022-10-24 18:16:00 +02:00 |
|
LibretroAdmin
|
e62abac647
|
Add BSV movie flags
|
2022-10-15 14:32:26 +02:00 |
|
sonninnos
|
bbd6c0ae9a
|
Add delay to savestate notifications (#14514)
|
2022-10-15 11:29:07 +02:00 |
|
LibretroAdmin
|
cc3a339011
|
(Runloop) Use more flags
|
2022-10-10 19:54:54 +02:00 |
|
LibretroAdmin
|
2371e5cbd2
|
(Runloop) Turn more bools into flags
|
2022-10-10 18:53:55 +02:00 |
|
LibretroAdmin
|
d100e73780
|
Use more runloop flags
|
2022-10-10 08:59:27 +02:00 |
|
LibretroAdmin
|
076a1a398c
|
(Runloop) Turn some boolean variables into flags
|
2022-10-10 04:37:17 +02:00 |
|
Cthulhu-throwaway
|
2d1c238c1d
|
Special functions for core serialization (#14317)
|
2022-08-13 02:24:28 +02:00 |
|
libretroadmin
|
cd36af1d24
|
Use NAME_MAX_LENGTH for some char array variables that have a fixed
width of 256
|
2022-07-03 13:59:23 +02:00 |
|
barbudreadmon
|
e9d67f2bbe
|
savestates: implement an api call for context awareness (#14101)
|
2022-06-30 10:45:59 +02:00 |
|
jdgleaver
|
801b16885e
|
Enable automatic configuration of 'VSync Swap Interval'
|
2022-05-12 14:22:46 +01:00 |
|
jdgleaver
|
a953b27614
|
Rework optional fast-forward frame skipping: Drop frames based on frame timing (#13578)
|
2022-01-31 16:32:17 +01:00 |
|
Tony
|
84f558db0b
|
Add optional frame skipping when fast-forwarding (#13550)
|
2022-01-26 18:30:33 +01:00 |
|
Tilman M. Jaeschke
|
682bbab233
|
[New Feature] Load save states from command-line or playlist (#13354)
* load save states from command-line or playlist
* load save states from command-line or playlist
* removed some brackets
|
2021-12-14 14:08:06 +01:00 |
|
Autechre
|
5bb4df3a42
|
Move translation task code to tasks/task_translation.c (#13274)
|
2021-11-22 15:19:20 +01:00 |
|
twinaphex
|
9982452c18
|
Move code from retroarch.c to runloop.c
|
2021-11-22 03:33:58 +01:00 |
|
Autechre
|
2b87cd9313
|
Create runloop.c and split up runloop code to this new file; (#13269)
* Create runloop.c and split up runloop code to this new file;
retroarch.c now 207Kb and runloop.c 301Kb
* Define empty runloop_secondary_core_destroy
|
2021-11-22 03:27:23 +01:00 |
|
twinaphex
|
b3a1a769b9
|
Move location state and camera state out of retroarch.c
|
2021-11-11 07:43:49 +01:00 |
|
twinaphex
|
0b768d0460
|
Split up recording code
|
2021-11-10 02:34:04 +01:00 |
|
twinaphex
|
174ab373e4
|
Move runloop prototypes to runloop.h
|
2021-11-10 01:22:32 +01:00 |
|
twinaphex
|
f671ce4f8c
|
Move global->name to runloop_st
|
2021-11-09 06:03:00 +01:00 |
|
twinaphex
|
fe2c3a5310
|
Move state from retroarch_data.h over to retroarch.c
|
2021-11-09 05:16:51 +01:00 |
|
twinaphex
|
c912619653
|
* Move port_map to runloop_state
* Get rid of p_rarch dependencies in functions
|
2021-11-05 22:03:13 +01:00 |
|