Commit Graph

10750 Commits

Author SHA1 Message Date
OpenSauce04
3703dcec3e Updated translations via Transifex
Some checks failed
citra-build / source (push) Has been cancelled
citra-build / linux (appimage) (push) Has been cancelled
citra-build / linux (appimage-wayland) (push) Has been cancelled
citra-build / linux (fresh) (push) Has been cancelled
citra-build / macos (arm64) (push) Has been cancelled
citra-build / macos (x86_64) (push) Has been cancelled
citra-build / windows (msvc) (push) Has been cancelled
citra-build / windows (msys2) (push) Has been cancelled
citra-build / android (googleplay) (push) Has been cancelled
citra-build / android (vanilla) (push) Has been cancelled
citra-build / docker (push) Has been cancelled
citra-format / clang-format (push) Has been cancelled
citra-build / macos-universal (push) Has been cancelled
2026-01-25 00:57:26 +00:00
OpenSauce04
64b7f7e5b1 Revert "core: Temporary workaround for MSVC compiler bug (#1505)"
This reverts commit b0fe4d190d.
2026-01-25 00:49:54 +00:00
OpenSauce04
fa3be2d9a5 externals: Updated SDL to 2.32.10 2026-01-25 00:44:51 +00:00
OpenSauce04
b900b635ad ci: Only build appimage-wayland for tagged jobs
This is to reduce stress on the CI/CD build queue and cache
2026-01-25 00:44:51 +00:00
David Griswold
3d954bc74d update language and use UP instead of DOWN on axis mapping 2026-01-25 00:27:39 +00:00
OpenSauce04
e10999fe81 plgldr: Fixed plugins that should load for all titles failing to load due to a missing check 2026-01-25 00:24:40 +00:00
PabloMK7
6020f48e06 Revert: video_core/renderer_vulkan: Add texture filtering (#1678) 2026-01-25 00:24:22 +00:00
Immersion95
c7dda3c444 qt: Mention in the tooltip that async presentation adds 1 frame of input lag (#1669)
Async Presentation (Vulkan) adds 1 frame of input lag - Mention in the tooltip
2026-01-25 00:24:05 +00:00
PabloMK7
e96e84e1b3 video_core: Fix custom textures when loading a savestate 2026-01-25 00:23:46 +00:00
PabloMK7
8c5161e88f core: Fix accurate multiplication loading (home menu and savestate) 2026-01-25 00:23:29 +00:00
David Griswold
15e06bd000 android: prioritize non-built-in displays (#1667) 2026-01-25 00:23:13 +00:00
PabloMK7
656ab12542 log: Fix compilation with gcc backtrace (#1668) 2026-01-25 00:22:57 +00:00
OpenSauce
933a9e5596 qt: Workaround for Qt directoryChanged event spam on macOS (#1665)
Some checks failed
citra-build / android (googleplay) (push) Waiting to run
citra-build / android (vanilla) (push) Waiting to run
citra-build / docker (push) Waiting to run
citra-format / clang-format (push) Waiting to run
citra-build / source (push) Has been cancelled
citra-build / linux (appimage) (push) Has been cancelled
citra-build / linux (appimage-wayland) (push) Has been cancelled
citra-build / linux (fresh) (push) Has been cancelled
citra-build / macos (arm64) (push) Has been cancelled
citra-build / macos (x86_64) (push) Has been cancelled
citra-build / windows (msvc) (push) Has been cancelled
citra-build / windows (msys2) (push) Has been cancelled
citra-build / macos-universal (push) Has been cancelled
* qt: Workaround for Qt directoryChanged event spam on macOS

* Use steady_clock instead of system_clock
2026-01-21 21:35:17 +00:00
OpenSauce04
6fa51c2fe4 qt: Implement Update Channel setting 2026-01-21 21:34:40 +00:00
OpenSauce04
9dd0149ec7 android: Fix desynced default value for use_vsync setting 2026-01-21 21:30:55 +00:00
Marcin Serwin
b038cdaf86 citra_meta: search for Qt6::GuiPrivate before using it
Otherwise, the configuration on darwin fails for me with the following
error:

```
CMake Error at src/citra_meta/CMakeLists.txt:64 (target_link_libraries):
  Target "citra_meta" links to:

    Qt6::GuiPrivate

  but the target was not found.
```

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-01-21 21:29:54 +00:00
OpenSauce04
0805711cba Updated translations via Transifex
Some checks failed
citra-transifex / transifex (push) Waiting to run
citra-build / source (push) Has been cancelled
citra-build / linux (appimage) (push) Has been cancelled
citra-build / linux (appimage-wayland) (push) Has been cancelled
citra-build / linux (fresh) (push) Has been cancelled
citra-build / macos (arm64) (push) Has been cancelled
citra-build / macos (x86_64) (push) Has been cancelled
citra-build / windows (msvc) (push) Has been cancelled
citra-build / windows (msys2) (push) Has been cancelled
citra-build / android (googleplay) (push) Has been cancelled
citra-build / android (vanilla) (push) Has been cancelled
citra-build / docker (push) Has been cancelled
citra-format / clang-format (push) Has been cancelled
citra-build / macos-universal (push) Has been cancelled
2026-01-19 21:17:42 +00:00
OpenSauce04
54f2221ec6 cmake: Fix build info sometimes not generating correctly 2026-01-19 21:13:18 +00:00
PabloMK7
f71844b87f log: Close file after stop and fallback to stderr 2026-01-19 21:01:55 +00:00
PabloMK7
6634b8c9d9 citra_meta: Move DetachedTasks construction to main.cpp 2026-01-19 21:01:55 +00:00
OpenSauce04
64516e6420 cmake: Removed redundant BuildInstaller.cmake 2026-01-19 18:48:13 +00:00
OpenSauce04
7869f1c618 cmake: Upgrade bundled Qt to 6.9.3 2026-01-19 17:51:38 +00:00
jbm11208
0571187bd3
video_core/renderer_vulkan: fix shadow rendering (#1634)
Some checks are pending
citra-build / source (push) Waiting to run
citra-build / linux (appimage) (push) Waiting to run
citra-build / linux (appimage-wayland) (push) Waiting to run
citra-build / linux (fresh) (push) Waiting to run
citra-build / macos (arm64) (push) Waiting to run
citra-build / macos (x86_64) (push) Waiting to run
citra-build / macos-universal (push) Blocked by required conditions
citra-build / windows (msvc) (push) Waiting to run
citra-build / windows (msys2) (push) Waiting to run
citra-build / android (googleplay) (push) Waiting to run
citra-build / android (vanilla) (push) Waiting to run
citra-build / docker (push) Waiting to run
citra-format / clang-format (push) Waiting to run
citra-transifex / transifex (push) Waiting to run
2026-01-18 23:56:35 +01:00
OpenSauce
4deb7e63b5
DirectoryInitialization.kt: Switch to getFilesDir for internalUserPath (#1646)
Some checks are pending
citra-build / source (push) Waiting to run
citra-build / linux (appimage) (push) Waiting to run
citra-build / linux (appimage-wayland) (push) Waiting to run
citra-build / linux (fresh) (push) Waiting to run
citra-build / macos (arm64) (push) Waiting to run
citra-build / macos (x86_64) (push) Waiting to run
citra-build / macos-universal (push) Blocked by required conditions
citra-build / windows (msvc) (push) Waiting to run
citra-build / windows (msys2) (push) Waiting to run
citra-build / android (googleplay) (push) Waiting to run
citra-build / android (vanilla) (push) Waiting to run
citra-build / docker (push) Waiting to run
citra-format / clang-format (push) Waiting to run
citra-transifex / transifex (push) Waiting to run
* DirectoryInitialization.kt: Switch to getFilesDir for internalUserPath

Was previously getExternalFilesDir

filesDir is used here, which is just recommended shorthand for getFilesDir

* DirectoryInitialization.kt: Updated license header
2026-01-18 18:41:54 +00:00
OpenSauce04
f5053868b4 Updated translations via Transifex
Some checks failed
citra-build / source (push) Has been cancelled
citra-build / linux (appimage) (push) Has been cancelled
citra-build / linux (appimage-wayland) (push) Has been cancelled
citra-build / linux (fresh) (push) Has been cancelled
citra-build / macos (arm64) (push) Has been cancelled
citra-build / macos (x86_64) (push) Has been cancelled
citra-build / windows (msvc) (push) Has been cancelled
citra-build / windows (msys2) (push) Has been cancelled
citra-build / android (googleplay) (push) Has been cancelled
citra-build / android (vanilla) (push) Has been cancelled
citra-build / docker (push) Has been cancelled
citra-format / clang-format (push) Has been cancelled
citra-transifex / transifex (push) Has been cancelled
citra-build / macos-universal (push) Has been cancelled
2026-01-15 11:42:46 +00:00
OpenSauce04
56f2bccbe0 Updated readme 2026-01-15 11:34:59 +00:00
RedBlackAka
e37cbcf2ff
UI: Skip Vulkan in API quick selection if unavailable (#1618) 2026-01-12 16:38:11 +01:00
OpenSauce04
6be1934af2 Updated translations via Transifex 2026-01-11 21:01:03 +00:00
PabloMK7
2b7de66245
core: Revert some hash operations to CityHash64 (#1609) 2026-01-11 16:26:46 +01:00
OpenSauce04
15041eca5f docker: Improve git tag/ commit hash integration 2026-01-11 15:17:23 +00:00
PabloMK7
ce02bd6630
Revert "Fallback to silence when no samples have been captured. (#955)" (#1610)
This reverts commit 1ff5042685.
2026-01-11 15:55:38 +01:00
OpenSauce04
a6487ee8b0 azahar-room/Dockerfile: Fix error on zsh due incorrectly formatted comment 2026-01-11 13:18:38 +00:00
OpenSauce04
7d2735b118 Updated translations via Transifex 2026-01-10 23:36:17 +00:00
OpenSauce04
c2f4e06901 android: Clean up flavor checking implementation 2026-01-10 23:32:05 +00:00
OpenSauce04
0ed010166d android: "Fix" flickering toggle controls layout + misaligned clickboxes
This doesn't really address the root cause of the problem because I have absolutely no idea what it is, but this does get around the issue by just forcing the dialog into a pre-determined size rather than letting it automatically set its own size
2026-01-10 22:39:44 +00:00
OpenSauce04
ceb082e777 android: Clean up long press dialog layout 2026-01-10 21:33:06 +00:00
PabloMK7
624be242c4 core: Add ability to insert cartridges 2026-01-10 20:51:28 +00:00
PabloMK7
15e542778e
dynarmic: Update to latest version (#1569) 2026-01-10 12:02:14 +01:00
PabloMK7
5c863db0f2
video_core: Add patches for 3D Classics shaders (#1593) 2026-01-09 18:28:40 +01:00
PabloMK7
7de2d7b846
video_core: Switch to xxHash and improve ShaderSetup behaviour (#1592) 2026-01-09 18:01:49 +01:00
PabloMK7
8acdb35798
core: Move plugin FB address ownership to MemorySystem (#1572) 2026-01-09 10:26:12 +01:00
PabloMK7
47cd41cc58
core: Improve MemorySystem::GetPhysicalPointer (#1587) 2026-01-09 10:23:44 +01:00
OpenSauce04
19641fc29c android: Fixed crash on Google Play when selecting user dir on SD card 2026-01-08 23:48:45 +00:00
PabloMK7
0f9457e0d1
video_core: Fix crash caused by malformed geo shaders (#1585) 2026-01-08 21:00:05 +01:00
OpenSauce04
3dd7103e62 Updated compatibility list 2026-01-06 18:41:02 +00:00
OpenSauce04
b2a48187f8 RemovableStorageHelper.kt: Add /storage/ as external storage mount path 2026-01-06 18:37:24 +00:00
OpenSauce04
15735c0cfa android_storage: No longer always use full rename+move process
This was intentionally included for testing, as per the comments.
2026-01-05 13:49:25 +00:00
PabloMK7
dfd52ed640 Add Google Play Downloads badge to README 2026-01-05 11:21:20 +00:00
David Griswold
4bdcf342b6
video_core: Stereo Settings Improvements: Full Width SBS, Swap Eyes, Select which display(s) to render on (#1212) 2026-01-03 21:40:59 +01:00
David Griswold
48cbeb0993
Android: Bug fix for incorrect screen size detection (#1495) 2026-01-03 14:09:45 +01:00