LibretroAdmin
120465d676
Fix runahead.c
2025-01-24 19:37:28 +01:00
LibretroAdmin
31b7812720
Function argument name standardization
2025-01-17 04:16:12 +01:00
LibretroAdmin
b2072dd3be
Use strldup where possible, avoid strcpy_literal
2025-01-15 16:36:49 +01:00
LibretroAdmin
1e656261b0
Local len variables need to have '_' prefix
2024-12-30 14:03:58 +01:00
LibretroAdmin
18c85b5ccd
Cleanups -
...
* Less string copies
* Some general cleanups
* Add extra param to runloop_message_queue_push so we can pass size_t
of the message
* Consistent conventions for local variable usage for certain things
2024-12-27 15:13:45 +01:00
neil4
f85c9693a0
Combine menu entries for RunAhead and Preemptive Frames ( #17093 )
2024-10-14 04:21:09 -07:00
neil4
53081f1794
Preemptive Frames updates ( #17003 )
...
* Preemptive Frames: input_poll and input_state improvements
- Check pointing devices when used by core; ignore input_libretro_device
- Use stored mouse x,y input state (lower level call might flush deltas)
- Remove port mapping code (unnecessary now)
- Fewer memsets
* Add Preemptive Frames to Qt options menu
2024-09-14 12:14:36 -07:00
libretroadmin
8abe49abb4
Build with vendor-neutral OpenGL implementation by doing
...
./configure --disable-glx
2024-09-11 15:29:06 +02:00
libretroadmin
92478a370e
Silence warnings
2024-04-06 22:02:01 +02:00
libretroadmin
88437ca5a6
Rewrite input_state_get_last somewhat
2023-09-03 17:41:41 +02:00
libretroadmin
5f94f36204
Explicit typecasts to bool
2023-08-16 17:10:59 +02:00
libretroadmin
a33ec20c21
Silence warning
2023-07-15 07:55:04 +02:00
libretroadmin
cf0d0e93a6
rarch_system_info_t local vars should be renamed from 'system'
...
to 'sys_info' to avoid false positive code analysis errors
2023-07-15 07:22:38 +02:00
libretroadmin
fc06e2f84f
Simplify core_serialize_size and core_serialize_size_special
2023-06-16 17:20:27 +02:00
reallibretroadmin
0c1c345541
(Apple) Silence some warnings
2023-02-19 10:24:30 +01:00
libretroadmin
6624126885
(MSVC) silence warnings
2023-02-18 17:04:23 +01:00
neil4
a734e66f72
Preemptive Frames: Call retro_run before retro_serialize ( #14893 )
...
Fixes preemptive frames not starting up with a few cores
2023-01-23 14:52:51 +01:00
libretroadmin
16621f0a0c
Remove unused variables
2023-01-20 18:33:53 +01:00
libretroadmin
f0c8008bda
Split up runahead into its own file(s) - runahead.c/runahead.h -
...
by Dwedit's request
2023-01-11 10:19:56 +01:00