Commit Graph
10740 Commits
Author SHA1 Message Date
PabloMK7 a4c3135bf3 github: Add first time contributor verification (#1663) 2026-01-21 18:00:37 +01:00
OpenSauce04 d48d51828e android: Fix desynced default value for use_vsync setting 2026-01-20 22:51:03 +00:00
Marcin Serwin 79d73bbcb9 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 <[email protected]>
2026-01-20 21:33:41 +00:00
RedBlackAka e9846de5be qt: Exclude some features logic if disabled at compile time (#1630)
* Qt: Exclude more logic if disabled

* Fix license

* Fix

* Exclude stress test logic

* Fix RequestStop
2026-01-20 18:31:56 +01:00
Cool Guy 671faf8dca qt: Do not preload textures when custom textures are off (#1629) 2026-01-20 15:07:54 +01:00
Francesco Saltori c7e0364342 cheats: Fix previous cheats not being cleaned up when a game has no cheats file (#1640) 2026-01-20 14:38:44 +01:00
OpenSauce04 0805711cba Updated translations via Transifex 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) 2026-01-18 23:56:35 +01:00
OpenSauce 4deb7e63b5 DirectoryInitialization.kt: Switch to getFilesDir for internalUserPath (#1646)
* 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 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
David Griswold b1717b6fc2 Android: Keep track of the axis direction when mapping axes (also allows inversion for external pads) (#1483) 2026-01-03 12:15:49 +01:00
OpenSauce 8c53dcef31 renderer_vulkan: Fix incorrect MaxTexelBufferElements return type (#1563) 2026-01-03 00:05:52 +01:00
jbm11208 88d1523b3b video_core/renderer_vulkan: fix linear filtering toggle (#1513) 2026-01-02 16:42:28 +01:00
PabloMK7 a826f5ffa1 video_core/renderer_vulkan: Fix fb image view usage (#1561) 2026-01-02 16:26:03 +01:00
PabloMK7 4ac18f5e18 core: Fix memory mode handling and n3ds exclusive app detection (#1560) 2026-01-02 15:03:23 +01:00
Chance 43e044ad9a Fix simple typo that prevented debug builds (MSVC) 2025-12-31 20:55:37 +00:00
Kleidis f31bd1bcdd android: Add support for compressing and decompressing files (#1458) 2025-12-31 15:38:22 +01:00
PabloMK7 40d512cafd plgldr: Fix plugin memory management (#1554) 2025-12-30 22:21:44 +01:00
PabloMK7 be259fc9b8 qt: Do not refresh game directory while powered on (#1553) 2025-12-30 21:13:24 +01:00
OpenSauce e035bd3a21 android: Fix rename + move behaviour for Google Play build (#1545)
* android: Fix rename + move behaviour for Google Play build

* android_storage: Handle rename/move with same source and destination
2025-12-29 17:55:51 +00:00