libretroadmin
7b093cc55e
More code analysis warning fixes
2025-07-17 10:00:39 +02:00
sonninnos
419007c1ca
Smaller regular widget notification option ( #18085 )
2025-07-12 04:37:38 +03:00
sonninnos
b2ca569521
Logging unification cleanups
2025-07-10 05:59:06 +03:00
sonninnos
bc3f1c6487
Built-in playlist migration rework
2025-06-25 20:38:24 +03:00
Eric Warmenhoven
185971182d
apple: provide option to disable metal argument buffers
2025-06-22 12:29:17 -04:00
LibretroAdmin
d3635843c9
Merge pull request #18030 from Ryunam/ozone-font-scale
...
Ozone: Add options to scale font size
2025-06-19 23:52:34 +02:00
Ryunam
d471cbce8a
Ozone: Add options to scale font size
2025-06-16 22:15:49 +02:00
sonninnos
383daa31cb
Built-in playlist path rework
2025-06-16 19:18:55 +03:00
sonninnos
db5c4d2758
Handle default config save path differently
2025-06-16 19:14:45 +03:00
sonninnos
bb0551bf1e
Android crash fix attempt
2025-06-15 05:43:37 +03:00
sonninnos
b774a26bae
Ozone: Add menu font selection
2025-06-15 01:11:26 +03:00
sonninnos
a7c195901f
Better default config path deciding
2025-06-14 17:28:40 +03:00
sonninnos
f86ae06c10
Ozone: Add horizontal padding factor option ( #18022 )
2025-06-14 17:14:07 +03:00
sonninnos
5cfb0a3e42
Add 'save as' and main config replacing options ( #18014 )
2025-06-13 03:03:36 +03:00
sonninnos
8fd0d552ca
D3D: Add alternative max frame latency hack mode ( #18010 )
2025-06-11 22:25:42 +03:00
alphanu
d6c9698353
Added Horizontal and vertical geometry adjustments
2025-06-08 08:33:24 -07: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
LibretroAdmin
28300fc606
Merge pull request #17980 from Lhaete/master
2025-06-07 07:49:11 +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
Eric Warmenhoven
720f5bca59
Merge remote-tracking branch 'libretro/master' into warmenhoven/dev/MicCoreAudio
2025-06-06 14:09:19 -04:00
Lhaete
6cae1c91cb
Update configuration.c with kiosk mode
...
added the kiosk_toggle bind
2025-06-06 06:59:52 -04:00
LibretroAdmin
cd4894d627
Merge pull request #17928 from BinBashBanana/master
...
Rewrite RWebAudio driver
2025-05-26 12:53:27 +02:00
sonninnos
3f2021249b
Deprecated msg hash cleanups
2025-05-25 15:49:49 +03:00
sonninnos
4ba004a1e8
Add 'Show Favorites First' visibility option ( #17933 )
2025-05-23 16:06:53 +03:00
sonninnos
766f895948
Turbo fire override corrections ( #17932 )
2025-05-23 14:51:23 +03:00
BinBashBanana
c2d7366ea1
Rewrite RWebAudio driver
2025-05-21 18:05:05 -07:00
sonninnos
0e4cf00d1f
Add option for suggesting cores when a core is loaded ( #17920 )
2025-05-20 15:54:22 +03:00
sonninnos
10738f532c
Add shader hold hotkey and improve toggling logic ( #17840 )
2025-05-08 00:56:59 +03:00
sonninnos
e3583cbcbb
Add common Thumbnail Background option for all menu drivers
2025-05-03 19:12:10 +03:00
Joseph Mattiello
3eaa9f15a9
Add Microphone CoreAudio driver for iOS and macOS
...
Signed-off-by: Joseph Mattiello <git@joemattiello.com>
2025-04-16 15:37:11 -04:00
pstef
fbb093255a
Check for string truncation to silence a warning
2025-04-10 21:10:44 +00:00
LibretroAdmin
82d8b9630a
Merge pull request #17750 from BinBashBanana/master
2025-04-10 03:35:45 -07:00
BinBashBanana
05cefc9a4d
AudioWorklet driver, misc. emscripten fixes
2025-03-28 19:41:40 -07:00
pstef
83e974077f
Guarantee space for string characters after strlcpy
...
to silence a couple of stringop-overflow warnings (3DS).
2025-03-28 11:11:09 +00:00
pstef
c6fb0871e9
Simplify save_keybind_axis()
...
Also use matching sprintf format and type to silence a format warning.
2025-03-27 18:47:52 +00:00
Eric Warmenhoven
733bae3b3a
apple: make avfoundation camera the default driver
2025-03-05 10:05:36 -05:00
LibretroAdmin
d862f87c28
Merge pull request #17652 from JesseTG/jtg/libavdevice-camera-driver
...
Add a ffmpeg-based camera driver
2025-03-02 15:57:13 -08:00
sonninnos
b62cc87e84
Turbo Fire overhaul ( #17633 )
2025-02-27 20:15:22 -08: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
Jesse Talavera
63d965753f
Merge branch 'refs/heads/master' into jtg/libavdevice-camera-driver
...
# Conflicts:
# camera/camera_driver.c
# configuration.c
2025-02-20 11:28:54 -05:00
Joe Mattiello
9438d70ed9
Add CoreLocation location driver for macOS and iOS ( #17591 )
...
Signed-off-by: Joseph Mattiello <git@joemattiello.com>
2025-02-18 17:12:08 +01:00
Joe Mattiello
eb2928eb0c
CoreMIDI add driver ( #17569 )
...
CoreMIDI install into build
Signed-off-by: Joseph Mattiello <git@joemattiello.com>
2025-02-15 18:57:09 +01:00
sonninnos
372396d5b6
Add separate visibility toggle for playlist tabs ( #17545 )
2025-02-10 00:45:50 +01:00
sonninnos
ad72af9d40
Enable perfcnt if saved in conf ( #17544 )
2025-02-10 00:45:32 +01:00
sonninnos
0d46073bb9
Add mute on rewind option ( #17541 )
2025-02-09 14:24:14 +01:00
sonninnos
ea22c7c16c
Main Menu unifications between drivers ( #17517 )
2025-02-04 16:32:37 +01:00
Viačasłaŭ
359258a1b5
Add missing drivers to configuration ( #17509 )
...
`camera_pipewire` and `record_wav`
2025-02-03 09:04:23 +01:00
BinBashBanana
ed1810de86
Emscripten improvements ( #17422 )
2025-01-29 05:29:16 +01:00
Mathieu Poliquin
66e23fca79
New feature: Override player input with machine learning models ( #17407 )
...
* Add dummy game ai subsystem
* First working prototype of a machine learning model that can override player input
* Update README.md
* Update README.md
* Fix loading path on Windows
* Change ai override to player 2
* Added quick menu show game ai option
* Implemented Quick Menu entry for Game AI options
* Redirect debug logs to retroarch log system + properly support player override
* Added support to use framebuffer as input to the AI
* Added pixel format parameter to API
* Fix game name
* code clean-up of game_ai.cpp
* Update README.md - Windows Build
* Update README.md
* Update README.md
* Update README.md
* Update config.params.sh
turn off GAME_AI feature by default
* Fix compile error in menu_displaylist.c
* Add missing #define in menu_cbs_title.c
* Added new game_ai entry in griffin_cpp
* Remove GAME_AI entry in msg_hash_us.c
* Fix compile error in menu_displaylist.h
* Removed GAME AI references from README.md
* Fixes coding style + add GameAI lib API header
* Convert comment to legacy + remove unused code
* Additional coding style fixes to game_ai.cpp
* Fix identation issues in game_ai.cpp
* Removed some debug code in game_ai.cpp
* Add game_ai_lib in deps
* Replace assert with retro_assert
* Update Makefile.common
* Converting game_ai from cpp to c. First step.
* Convert game_ai from CPP to C. STEP 2: add C function calls
* Convert game_ai from CPP to C. Final Step
* Added shutdown function for game ai lib
* Update game_ai_lib README
* Fix crash when loading/unloading multiple games
2025-01-21 13:05:43 +01:00