Commit Graph
10752 Commits
Author SHA1 Message Date
PabloMK7 f1fa564733 Revert: video_core/renderer_vulkan: Add texture filtering (#1678) 2026-01-24 23:48:54 +01:00
Immersion95 ad9ab71301 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-23 15:35:59 +01:00
PabloMK7 93f54be3f9 video_core: Fix custom textures when loading a savestate 2026-01-22 19:42:21 +01:00
PabloMK7 95a6814752 video_core: Make all state dirty after loading a savestate 2026-01-22 19:42:21 +01:00
PabloMK7 b0fea112e8 core: Fix accurate multiplication loading (home menu and savestate) 2026-01-22 15:11:38 +01:00
PabloMK7 94b558d3f1 hacks: Force accurate multiplication for M&L Paper Jam 2026-01-22 15:11:38 +01:00
PabloMK7 6e666a1831 log: Fix compilation with gcc backtrace (#1668) 2026-01-22 14:45:30 +01:00
PabloMK7 b54911a52e github: Ignore punctuation marks in PR verification 2026-01-22 13:47:25 +01:00
David Griswold 102f7d24fc android: prioritize non-built-in displays (#1667) 2026-01-22 12:55:58 +01:00
OpenSauce a5ac24adc5 qt: Workaround for Qt directoryChanged event spam on macOS (#1665)
* qt: Workaround for Qt directoryChanged event spam on macOS

* Use steady_clock instead of system_clock
2026-01-21 21:15:49 +00:00
OpenSauce04 3fdcd6b7dc qt: Implement Update Channel setting 2026-01-21 19:49:10 +00:00
PabloMK7 46429f9c02 Update PR template to use master branch 2026-01-21 18:02:11 +01:00
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