10161 Commits

Author SHA1 Message Date
Eric Warmenhoven
a31aff7e1a Allow dynamic building of core options (citra_cpu_scale) 2024-12-03 13:31:24 -05:00
Eric Warmenhoven
09a2fa02cf libretro: Make sure HAVE_LIBRETRO_VFS is defined 2024-12-01 21:47:02 -05:00
Eric Warmenhoven
92daf46889 libretro: use libretro vfs on android instead of AndroidStorage 2024-12-01 12:07:48 -05:00
Eric Warmenhoven
5e39b131a2 Set USING_GLES for Android 2024-11-30 23:15:31 -05:00
Eric Warmenhoven
973795ccb7 libretro: Updated .gitlab-ci.yml file for cmake, and build fixes 2024-11-11 03:38:07 -05:00
Eric Warmenhoven
dfc31ed414 libretro: add generated files for systems without glslang installed 2024-11-11 03:38:07 -05:00
Eric Warmenhoven
cb30d55dfd Update git submodules. 2024-11-11 03:38:07 -05:00
Eric Warmenhoven
b83b5e4b44 Revert "Merge pull request #129 from libretro/revert-127-vulkan"
This reverts commit 2d67658e85, reversing
changes made to 0d53ec6258.
2024-11-11 03:37:46 -05:00
Eric Warmenhoven
51d6e3bb88 Merge pull request #130 from jonian/fix_submodules
Replace removed submodules from citra-emu
2024-11-11 03:13:44 -05:00
Jonian Guveli
36b6006929 Replace missing submodules 2024-04-01 15:22:06 +03:00
LibretroAdmin
2d67658e85 Merge pull request #129 from libretro/revert-127-vulkan
Revert "Update to upstream"
2024-01-24 06:49:20 -08:00
LibretroAdmin
212e4c7475 Revert "Update to upstream" 2024-01-24 06:47:54 -08:00
LibretroAdmin
0d53ec6258 Merge pull request #127 from zorn-v/vulkan
Update to upstream
2024-01-24 06:40:38 -08:00
zorn
6cf80643e6 Fix mingw build 2023-12-29 07:08:20 +10:00
zorn
0d7eed8bb9 Merge branch 'master' of https://github.com/citra-emu/citra into vulkan 2023-12-28 03:46:16 +10:00
zorn
49be9efcf0 Fix crash on toggle fullscreen 2023-12-28 03:36:41 +10:00
Steveice10
602f4f60d8 boss: Implement some NsData header and read commands. (#7283)
* boss: Implement some NsData header and read commands.

Co-authored-by: Rokkubro <lachlanb03@gmail.com>

* boss: Move opening ext data to common function and improve logging.

---------

Co-authored-by: Rokkubro <lachlanb03@gmail.com>
2023-12-26 09:01:32 -08:00
Steveice10
3113ae6616 cfg: Only select preferred region once per instance. (#7284) 2023-12-26 09:01:16 -08:00
Steveice10
bd4ec251cd gsp_gpu: Implement TryAcquireRight and stub SetInternalPriorities. (#7285)
* gsp_gpu: Implement TryAcquireRight.

* gsp_gpu: Stub SetInternalPriorities.

* gsp_gpu: Move serialization logic into implementation.

* gsp_gpu: Replace UINT32_MAX with std::numeric_limits<u32>::max().
2023-12-25 08:29:17 -08:00
Daniel López Guimaraes
b6b98af105 cecd: Stub GetCecInfoEventHandleSys (#7278)
This allows usage of the LLE news sysmodule.
2023-12-22 19:52:27 -08:00
James Forward
60a280af24 feat(android-hotkeys): Introduce hotkey support for Android app and add missing hybrid layout (#7241)
* feat(android-hotkeys): Introduce hotkey support for Android app

* android: Fix settings not saving for layout options - screen swap + layout.

* android: Fix `from` method to default to "DEFAULT" if passed an invalid method (and also not be based on ordering)

* android: PR response - name to togglePause
2023-12-22 19:52:12 -08:00
Steveice10
178e602589 misc: Improve defaults for macOS and handling of missing audio backends. (#7273)
* misc: Improve backend defaults for macOS.

* audio_core: Improve handling of missing audio backends.
2023-12-22 11:38:06 -08:00
Daniel López Guimaraes
dccb8f6b17 gamemode: Fix compile issues (#7276)
The Linux build fails to compile because gamemode will try to link
against `common` when it's not needed.
2023-12-22 19:29:44 +05:30
Steveice10
f177433d41 cfg: Set sound mode to stereo by default. (#7268) 2023-12-21 02:34:22 -08:00
Charles Lombardo
71b88c4c1f android: Disable focus color on input overlay (#7271) 2023-12-21 09:15:08 +01:00