Commit Graph

62996 Commits

Author SHA1 Message Date
libretroadmin 408cbf98c9 database_info.h - cleanup to struct 2023-06-16 20:35:15 +02:00
libretroadmin fc06e2f84f Simplify core_serialize_size and core_serialize_size_special 2023-06-16 17:20:27 +02:00
libretroadmin c4b99031f0 (Menu) more static functions in menu_cbs_ok.c 2023-06-16 15:40:14 +02:00
libretroadmin d54097f3e1 (playlist.c) Cleanups 2023-06-16 14:56:52 +02:00
libretroadmin cf909b799b (playlist.c) Small cleanups 2023-06-16 14:14:56 +02:00
libretroadmin df73a3876c replace snprintf call with strlcpy 2023-06-16 13:42:01 +02:00
Grisly Glee 1bd501f8d2
Refactor system_info page (#15388) 2023-06-16 04:47:23 +02:00
libretroadmin 7d60a2cc8f Move functions around, make some static, move some around 2023-06-16 03:27:19 +02:00
libretroadmin 96068dfa81 Turn setting_set_with_string_representation static 2023-06-16 02:41:36 +02:00
libretroadmin e818541337 (Menu) Turn some functions static 2023-06-16 02:29:10 +02:00
github-actions aecaf79585 Fetch translations from Crowdin 2023-06-16 00:12:08 +00:00
libretroadmin 618bedb950 Get rid of setting_get_bind_type 2023-06-16 02:03:04 +02:00
libretroadmin cd95a0f663 Cleanups 2023-06-16 01:56:46 +02:00
libretroadmin caf0df3f97 setting_list.h - turn several functions static 2023-06-16 01:36:07 +02:00
libretroadmin 373d1307c0 (runtime_file.c) Cleanups - remove functions that are never used 2023-06-16 01:23:24 +02:00
libretroadmin bc1672708d Get rid of some code duplication in MaterialUI/Ozone 2023-06-16 00:48:16 +02:00
libretroadmin 8ea67c0d99 Cleanups 2023-06-15 23:51:29 +02:00
libretroadmin 0c51321099 Get rid of font_driver_flush 2023-06-15 23:41:40 +02:00
Grisly Glee 3861e6e3ba
Introduce RETRO_DEPRECATED macro (#15363) 2023-06-15 23:16:18 +02:00
sonninnos 0b7e8eab99
Microphone menu correction (#15385) 2023-06-15 21:36:36 +02:00
sonninnos 610207dcfd
Menu sounds fixes (#15384) 2023-06-15 21:36:20 +02:00
libretroadmin 410242c164 (input_driver.c) Don't keep regrabbing the same pointers in input_state_internal function 2023-06-15 14:26:41 +02:00
libretroadmin e9387193d5 Some style nits 2023-06-15 14:05:06 +02:00
libretroadmin 723f54b713 (common wasapi) Small cleanups, always have a last return value 2023-06-15 14:02:14 +02:00
libretroadmin ab7d4e1aec Need to add retro_common_api.h to this header file if you're going to
use RETRO_BEGIN_DECLS/RETRO_END_DECLS
2023-06-15 13:56:57 +02:00
libretroadmin 489a5b9ac6 Fix MSVC2010 warning 2023-06-15 13:43:53 +02:00
libretroadmin b8951de6fd (GX2) Cleanups 2023-06-15 13:34:08 +02:00
libretroadmin afd3df7523 (win32_common.c) Silence warning by casting to DWORD 2023-06-15 13:12:41 +02:00
libretroadmin 060ea43100 Remove now obsolete xdk1_xfonts.c 2023-06-15 12:59:32 +02:00
libretroadmin ae3ac72356 Cleanups for font drivers 2023-06-15 12:37:09 +02:00
github-actions 1fc5c600a4 Fetch translations from Crowdin 2023-06-15 00:12:09 +00:00
libretroadmin 426ba5382c C89 buildfix and other small cleanup 2023-06-15 01:58:23 +02:00
libretroadmin 975d613fbb (input_driver.c) Small cleanups - input_driver_state_internal
return type is int16_t so don't use float value for analog_x/analog_y
variables
2023-06-15 01:52:24 +02:00
Grisly Glee de0c6d5cd1
Trivial warnings fixes (#15383)
* Trivial graphics context drivers fix

* Assorted minor warnings fixes
2023-06-14 23:46:27 +02:00
libretroadmin d342a4a04a Signedness warning fixes 2023-06-14 23:25:50 +02:00
libretroadmin 246cceeb27 Silence more signedness warnings 2023-06-14 19:51:31 +02:00
sonninnos c4f43ff28b
Linux input driver fix 8+ joypads (#15374) 2023-06-14 04:43:45 +02:00
sonninnos 20e7107598
Audio menu cleanup (#15376)
* Microphone menu cleanup

* Combine audio resampler menu with audio output menu
2023-06-14 04:43:28 +02:00
Grisly Glee 4202f8650d
Fix trivial signedness warnings (#15377)
* Fix trivial signedness warnings

* Followup on trivial signedness warnings
2023-06-14 04:43:11 +02:00
Subs d9439b8166
CRT: fix aspect ratio for tate games on a horizontal screen (#15378) 2023-06-14 04:42:43 +02:00
Grisly Glee 6f0c48b4c4
Clean up gfx driver interface structs (#15379) 2023-06-14 04:42:34 +02:00
github-actions 54884d986a Fetch translations from Crowdin 2023-06-14 00:11:38 +00:00
sonninnos c8b6f7fcd5
(WASAPI) Don't reset OS mixer volume in shared mode (#15369) 2023-06-13 07:52:52 +02:00
Eric Warmenhoven 7b263461da
iOS/tvOS: When updating playlist with detected core path, used resolved core path (#15372) 2023-06-13 07:52:39 +02:00
sonninnos 6b9727911b
Improve scanner console output (#15345)
* Improve scanner console output

* More scanner console output coloring
2023-06-11 12:46:30 +02:00
Grisly Glee 337a496f1a
Add files generated for wayland to gitignore (#15368) 2023-06-11 12:26:00 +02:00
Grisly Glee a2285de73e
Have sdl2 gfx driver use "nearest" scaling in menus (#15366) 2023-06-11 06:35:45 +02:00
Grisly Glee 1150e2b8f7
Fix xvideo gfx driver (#15365)
* Add menu support to xvideo gfx driver, making it usable

* Disable xvideo gfx driver by default
2023-06-11 02:21:42 +02:00
github-actions 8a1e80a28d Fetch translations from Crowdin 2023-06-11 00:13:24 +00:00
github-actions 8a6f7e6fff Fetch translations from Crowdin 2023-06-09 00:12:56 +00:00