Commit Graph

65620 Commits

Author SHA1 Message Date
libretroadmin 24eb75dda0 (audio) Audio chunk sizes in this file seem to be only used for
cores that implement non-batch audio callback
2025-08-02 15:22:43 +02:00
libretroadmin d89988f7d7 (GX) Move audio chunk size defines to gx_audio.c 2025-08-02 15:07:49 +02:00
libretroadmin a485bf7f16 Namespace cleanups and style nits 2025-08-02 15:00:43 +02:00
libretroadmin 63a146f0ea (Pipewire) Namespace all static globals and functions with 'pwire_' 2025-08-02 14:23:15 +02:00
libretroadmin 3e29213d5e (WASAPI) Fix mistake 2025-08-02 07:58:44 +02:00
zoltanvb 108bbc3879
Favor mouse coordinates for lightgun on Android. (#18134)
If mouse is detected, use the respective coordinates for reporting lightgun state.
Coordinate conversion adjusted to other input drivers.
2025-08-01 22:18:27 +02:00
libretroadmin 83cdca400b Turn iteration variables into int/size_t types 2025-08-01 21:53:52 +02:00
libretroadmin 320bb32406 use int types for iteration variables 2025-08-01 20:20:06 +02:00
libretroadmin 88e0a0e8ca return variable name consistency 2025-08-01 19:52:38 +02:00
libretroadmin 9567f3cbd9 (audioio) Add TODO/FIXME 2025-08-01 19:50:26 +02:00
libretroadmin ab47260fca (Audio) write functions - return variable name consistency 2025-08-01 19:48:34 +02:00
libretroadmin 34bc60e6d4 (openAL) More correct way of removing tmpbuf 2025-08-01 17:32:09 +02:00
libretroadmin 77185a734d (OpenAL) Unroll al_fill_internal_buf into al_write 2025-08-01 16:52:04 +02:00
libretroadmin dc2bf1226e (SDL_Audio) Make (reasonable) assumption that AUDIO_F32SYS (float)
is unavailable for SDL1
2025-08-01 16:25:51 +02:00
libretroadmin 4bcf5dd1a2 (SDL) Buildfix 2025-08-01 16:17:53 +02:00
libretroadmin 0f510fad39 Revert "(OpenAL) Don't need to copy into intermediary buffer anymore (tmpbuf)"
This reverts commit ab7a3e9ffa.
2025-08-01 16:16:54 +02:00
libretroadmin c6622f5f0a (OpenAL) Changes: don't need has_float variable anymore 2025-08-01 14:23:00 +02:00
libretroadmin 5d43932aee (SDL_Audio) Changes:
* Clean up some log messages
* More robust implementation of float/s16 buffer size determination
2025-08-01 14:20:52 +02:00
libretroadmin 5fec502174 (SDL_Audio) Changes:
* Put back log messages but this time implement them properly, we first
show the requested spec, then show the received spec afterwards
* Implement floating point sample support, should be more optimal
2025-08-01 14:16:18 +02:00
libretroadmin 80f2d91ef3 (SDL_Audio) Changes:
* sdl_microphone_find_num_frames - duplicate function
* Duplicate log message
2025-08-01 14:02:18 +02:00
libretroadmin ab7a3e9ffa (OpenAL) Don't need to copy into intermediary buffer anymore (tmpbuf) 2025-08-01 12:42:55 +02:00
libretroadmin ef69296be3 Rewrite al_fill_internal_buf - only call memcpy if 3rd argument
is non-0
2025-08-01 04:59:58 +02:00
libretroadmin 318e3ca9c1 (OpenAL) Bugfix: sizeof should be float for float sample format 2025-08-01 03:41:18 +02:00
libretroadmin 4d76e042ad (OpenAL) Implement float sample format support - query support with
alIsExtensionPresent("AL_EXT_FLOAT32")
2025-08-01 02:41:48 +02:00
libretroadmin 1e2500f736 (openAL) Changes:
* Don't use alGetError anymore in hot loop
* Turn off looping (doesn't seem to be needed?)
* Some loop optimization
2025-08-01 00:25:54 +02:00
libretroadmin 8f4990e835 (WASAPI) Changes/style nits:
* Value that gets returned gets called _len
* Less calls to macro FIFO_WRITE_AVAIL
2025-07-31 19:17:33 +02:00
libretroadmin 072d953b01 Only increment written if ir is > 0 2025-07-31 14:32:52 +02:00
libretroadmin b425abd0bb (WASAPI) Small cleanups:
* written variable changed from 'ssize_t' to 'size_t'
* for loop rewritten to while
2025-07-31 14:26:55 +02:00
Fancy2209 817428b772
Fix psl1ght target of dist-cores.sh (#18130) 2025-07-31 11:39:38 +02:00
github-actions 1191c964b1 Fetch translations from Crowdin 2025-07-31 00:17:44 +00:00
Jamiras 3acebdac0a
fix invalid pointer reference when iterator gets cloned (#18129) 2025-07-30 10:57:13 +02:00
github-actions 09b9aec72e Fetch translations from Crowdin 2025-07-30 00:18:24 +00:00
Eric Warmenhoven 77f2d8cce5 fix webOS github action 2025-07-28 22:15:25 -04:00
Eric Warmenhoven 1d17a50a9d
ios: fix crash when scanning files 2025-07-28 21:52:51 -04:00
github-actions 4a256179ad Fetch translations from Crowdin 2025-07-29 00:19:49 +00:00
zoltanvb 85aa59dc4f
Enable database filter for genre and region (#18122) 2025-07-28 10:48:06 +02:00
github-actions 5e5f047e5b Fetch translations from Crowdin 2025-07-27 00:19:32 +00:00
github-actions 58dcecea08 Fetch translations from Crowdin 2025-07-26 00:16:51 +00:00
github-actions 0747dc6eb0 Fetch translations from Crowdin 2025-07-25 00:18:00 +00:00
zoltanvb 7280859069
Change "Start in fullscreen" item name (#18116)
* Change "Start in fullscreen" item name

https://github.com/libretro/RetroArch/issues/9515

I agree that current wording does not cover the functionality, this may be better.

* Refine fullscreen menu items.
2025-07-24 05:26:41 +02:00
github-actions 2364ef7827 Fetch translations from Crowdin 2025-07-24 00:18:08 +00:00
libretroadmin 590a945cc2 fifo_read - only call memcpy if 3rd argument is greater than 0 2025-07-23 16:03:55 +02:00
Jamiras 3829672dc1
(cheevos) upgrade to rcheevos 12.0 (#18117) 2025-07-23 04:04:15 +02:00
sonninnos a86c031410
Make reset and close content follow quit confirm logic (#18118) 2025-07-23 04:03:54 +02:00
libretroadmin 312550f499 (task_content.c) Cut down on some gotos 2025-07-22 17:51:37 +02:00
libretroadmin d9dba4e376 Revert "(task_content) Silence warning"
This reverts commit c1862dccc8.
2025-07-22 17:29:13 +02:00
libretroadmin 8dfc31461e Revert "* task_content.c"
This reverts commit 9b1d67c03a.
2025-07-22 17:27:04 +02:00
libretroadmin 5ba1e7077e Revert "content_init - don't need the switch when error_enum is not null"
This reverts commit e18b01302d.
2025-07-22 17:26:54 +02:00
libretroadmin 4c3a88a2f8 Revert "No longer shows unnecessary content info runloop message"
This reverts commit a6b7cf459e.
2025-07-22 17:26:25 +02:00
libretroadmin 051c5cff77 Revert "(task_content.c) Get rid of some more unnecessary gotos"
This reverts commit 903501f183.
2025-07-22 17:26:15 +02:00