libretroadmin
c6d72062e2
remove dead code
2025-07-17 08:02:06 +02:00
libretroadmin
2dbb9f62d8
* Change some variable naming conventions
...
* Make return control paths less dependent on variables
2025-07-11 02:15:12 +02:00
sonninnos
b2ca569521
Logging unification cleanups
2025-07-10 05:59:06 +03:00
Eric Warmenhoven
d4fe2055f9
ios/tvos: no webserver/webdav server on simulator
2025-07-08 23:49:53 -04:00
Eric Warmenhoven
f10818b243
ios: fix iphone landscape rendering
2025-07-07 22:03:59 -04:00
Eric Warmenhoven
d316c2cbc9
ipad: don't force fullscreen, allow multitasking
2025-07-07 10:36:26 -04:00
Eric Warmenhoven
52bfb2a7c3
macOS: minor JIT debugging niceties
2025-06-09 22:24:40 -04:00
LibretroAdmin
c9360262ec
Revert "Kiosk Mode Hotkey and Bug Fix ( For Empty Main Menu )"
2025-06-07 18:00:14 +02:00
LibretroAdmin
5aefb761eb
Merge pull request #17982 from alphanu1/master
2025-06-07 07:49:34 +02:00
alphanu
434f41b935
Updated CRT menu items and added new CRT menu
...
item for upcomming Switchres changes.
2025-06-06 13:39:40 -07:00
Lhaete
9bc3d5e656
Update ui_win32_resource.h with kiosk mode
...
there needs to be an empty line as the last line! added kiosk mode
2025-06-06 06:49:28 -04:00
Eric Warmenhoven
0a6db1088a
macos: followup to runloop observer
2025-05-21 21:38:29 -04:00
Eric Warmenhoven
79a05ef286
macos build fix for steam
2025-05-21 12:31:08 -04:00
Eric Warmenhoven
14c5956ff8
macOS: use CFRunLoopObserver for running runloop
2025-05-20 23:44:11 -04:00
pstef
0c1402d92a
Reapply "Define WIN32_LEAN_AND_MEAN to avoid collision with winsock2"
...
It was reverted in 309c67a205
because it
was suspected of breaking Windows releases, but the reason was
different.
2025-05-03 13:28:49 +00:00
pstef
309c67a205
Revert "Define WIN32_LEAN_AND_MEAN to avoid collision with winsock2"
...
The Windows builds have been missing some libraries, notably
avdevice-58.dll, avfilter-7.dll, and prostproc-55.dll as reported by a
user on Discord. I suspect it's caused by cc842fd
, although I don't
fully understand why that would happen.
2025-04-18 21:12:17 +00:00
Viačasłaŭ Chalikin
1736184f15
Fix qt6 dispatcher
2025-04-16 15:35:01 +03:00
pstef
cc842fd4b2
Define WIN32_LEAN_AND_MEAN to avoid collision with winsock2
2025-04-12 22:11:53 +00:00
Eric Warmenhoven
afc32f02dc
ios: screen orientation lock through display server
2025-04-08 15:39:04 -04:00
zoltanvb
fb9aad1a3e
Enable non-png thumbnails also for Qt interface.
2025-04-02 22:43:25 +02:00
zoltanvb
9970d45367
Make autoconfig failure notifications optional. ( #17636 )
...
Introduce a new setting that controls autoconfiguration messages
when the config fails, either with fallback or without.
2025-02-27 20:15:06 -08:00
Eric Warmenhoven
e26b3bca4e
allow mouse input while mouse overlay is active ( #17615 )
2025-02-21 12:33:27 -08:00
LibretroAdmin
71a4ff07e3
(Qt) Cleanups
2025-02-11 15:25:05 +01:00
LibretroAdmin
aadb290cc4
(Qt) More avoidance of unneeded heap allocations
2025-02-11 11:23:46 +01:00
LibretroAdmin
6c7522fef8
(Qt) Prevent some unneeded string heap allocations
2025-02-11 10:58:48 +01:00
LibretroAdmin
0f5a990141
Cleanups
2025-02-11 10:28:16 +01:00
LibretroAdmin
a9a9075f5f
(Qt) Cleanups
2025-02-10 23:06:32 +01:00
sonninnos
0d46073bb9
Add mute on rewind option ( #17541 )
2025-02-09 14:24:14 +01:00
Eric Warmenhoven
4c8da979a5
fix a couple minor warnings ( #17526 )
2025-02-06 20:22:36 +01:00
Eric Warmenhoven
f1e3b83d26
macos: reset keyboard state when focus is lost ( #17453 )
2025-01-21 22:31:24 +01:00
LibretroAdmin
b211adaaca
Function argument name standardization
2025-01-17 19:55:32 +01:00
Eric Warmenhoven
2471082ced
macos: fix some sandbox handling for app store ( #17424 )
...
* minor safety check
* macos: fix some sandbox handling for app store
2025-01-17 19:54:54 +01:00
Eric Warmenhoven
2fdd8434df
tvOS: Fix 720p display ( #17414 )
2025-01-14 21:31:11 +01:00
iyzsong
f309266422
(Qt) Fix desktop menu crash with CHEEVOS disabled ( #17400 )
2025-01-12 14:21:01 +01:00
Eric Warmenhoven
69e8be6dc1
iOS: ensure webserver notice can be dismissed ( #17356 )
2025-01-07 02:03:00 +01:00
Viačasłaŭ
0dcf196ee3
(Qt) Fix setting value size ( #17332 )
2025-01-02 12:58:30 +01:00
LibretroAdmin
9d15900979
Small cleanups: * Prevent some unneccessary strlcpy calls and intermediary string copies * Name local length variables for strings '_len', parameter/argument 'len'
2024-12-28 22:22:07 +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
LibretroAdmin
ed58e4a8d8
Conventionalize len variables:
...
* In function arguments, use 'size_t len'
* Inside the function, use '_len'
* If you need a seciondary len variable inside the function, use '__len'
2024-12-27 05:51:33 +01:00
libretroadmin
5749a2179d
Use members from path_data directly and bypass functions
...
in gfx_thumbnail_path
2024-12-26 02:48:05 +01:00
libretroadmin
8074a833aa
Cleanups/less string copies and indirection
2024-12-24 21:07:31 +01:00
libretroadmin
442b9bc3da
Syntax style nits
2024-12-23 05:44:40 +01:00
libretroadmin
b3e5c578b3
Faster shader capabilities queries
2024-12-22 21:58:51 +01:00
Eric Warmenhoven
a7db10508c
ios9: re-enable web server/webdav server ( #17275 )
2024-12-21 11:39:44 -08:00
Zach Morris
b16f04de0a
Add Named_Logos ( #17216 )
...
* Draft: Add Named_Logos
* Allow selecting Content Logo as a thumbnail display
* Increase pl_thumbnail_download index
to 4 to match the 4 available thumb types
---------
Co-authored-by: Rob Loach <robloach@gmail.com>
2024-12-20 18:52:27 -08:00
Eric Warmenhoven
14a0c186f3
tvOS: check task queue more aggressively ( #17227 )
2024-12-02 15:51:10 -08:00
Eric Warmenhoven
4d335c4855
iOS: Fix CAMetalLayer nativeScale confusion ( #17225 )
2024-12-02 07:52:38 -08:00
LibretroAdmin
03c8c12740
Revert "Revert Qt5 implementation ( #17202 )" ( #17211 )
...
This reverts commit 6de5ebadf9
.
2024-11-26 04:20:39 -08:00
Tatsuya79
73efac6815
qt fix input panel ( #17206 )
2024-11-25 03:08:59 -08:00
Viačasłaŭ
6de5ebadf9
Revert Qt5 implementation ( #17202 )
2024-11-24 14:50:56 -08:00