SSimco
ee17e2b5ba
ExceptionHandler: add Android support for stack trace
2026-07-01 14:10:33 +03:00
SSimco
e75d2fe9c6
common: refactor FileStream & implement Android filesystem access
2026-07-01 14:10:33 +03:00
SSimco
42b2aacf41
cpu_features: add cpu brand name retrieval for Linux/Android AArch64
2026-07-01 14:10:33 +03:00
SSimco
7157325cd0
build: add CMake & vcpkg support for Android
2026-07-01 14:10:33 +03:00
SSimco
9f72963d64
coreinit: add pause/resume functionality
2026-07-01 14:10:33 +03:00
SSimco
bd076fe70a
audio: add method for setting audio delay
2026-07-01 14:10:33 +03:00
SSimco
7d04612d06
UI: use atomics for window handle display/surface
2026-07-01 14:10:33 +03:00
SSimco
e43871fa8a
swkbd: add swkbd callbacks & refactor
2026-07-01 14:10:33 +03:00
SSimco
54f043c0f2
Util: Add fcontext fiber implementation
2026-07-01 14:10:33 +03:00
Emma
c2e807f8a3
Metal: specify blit options when copying to textures ( #1912 )
2026-06-30 18:20:19 +02:00
shinra-electric
0e7e9ee632
CI: homebrew - Untap aws and azure to silence warnings ( #1972 )
2026-06-30 18:19:16 +02:00
Exzap
359f1d9beb
h264: Improve H264DECGetImageSize and fix a regression
2026-06-29 13:17:49 +02:00
Exzap
4c4ef50f49
Vulkan: Smaller fixes + code cleanup
2026-06-27 13:12:37 +02:00
Exzap
62ac48f0e9
Latte: Add support for VK_EXT_attachment_feedback_loop
...
Requires both VK_EXT_attachment_feedback_loop and VK_EXT_attachment_feedback_loop_dynamic_state to be provided by the driver. Otherwise it will fall back to the old code. Main benefit is for improving performance as it makes barriers cheaper and doesn't force us to unnecessarily interrupt renderpasses
2026-06-27 13:12:37 +02:00
Exzap
e142fadfcd
Latte: Remove calculation of unused minIndex
2026-06-27 13:12:37 +02:00
Exzap
57bc919e7c
Latte: Simplify code
2026-06-27 13:12:37 +02:00
Exzap
3923bfcc01
Latte: Optimize shader lookup by caching whole sets
...
Skips the overhead of having to lookup each shader stage individually. Additionally, having whole sets as a lookup key gives us a more trustworthy heuristic than if we only have independent information for each shader stage. We can use this to skip shader hashing most of the time when they are part of a known set.
2026-06-27 13:12:37 +02:00
Exzap
a39e99ecd4
h264: Improve H264DECMemoryRequirement
2026-06-27 13:12:37 +02:00
Exzap
a5d8ceb0dd
Vulkan: Additional smaller optimizations
2026-06-27 13:12:37 +02:00
Exzap
6d050e68ea
Latte+Vulkan: Optimize by using incremental state update checking
2026-06-27 13:12:37 +02:00
Exzap
c7ee701edd
Latte: Omit FragCoordScale uniform in shader if unused
...
We insert padding when needed to keep alignment intact for backwards compatibility with gfx pack shaders.
2026-06-27 13:12:37 +02:00
Exzap
45eedb4cd3
Vulkan: Separate function for continued drawcalls
2026-06-27 13:12:37 +02:00
Exzap
309bca61b2
Latte+Vulkan: More code tweaks for performance and cleanup
2026-06-27 13:12:37 +02:00
Exzap
377307515c
Latte+Vulkan: Several smaller optimizations
2026-06-27 13:12:37 +02:00
Exzap
321fa4d74d
Latte+Vulkan: Small code cleanup and optimization
2026-06-27 13:12:37 +02:00
Exzap
038781a05e
Latte: Widen conditions for fast draw mode
2026-06-27 13:12:37 +02:00
Cynthia Coan
1c7fbafb00
coreinit: Flush logs when forwarding ( #1965 )
2026-06-25 17:26:41 +02:00
Exzap
53a74e44df
coreinit+UI: Implement exit()
...
When coreinit exit() is hit, then Cemu will only close when the game was launched directly via command line parameters (-g or -t). Otherwise it returns to the game list. In the case where Cemu closes it will forward the coreinit exit status code as it's own exit status code. This is useful for cases where Cemu is used as a CLI tool for testing homebrew
2026-06-25 06:42:33 +02:00
Cynthia Coan
a3d6395ed7
Add command line parameters to make Cemu more useful for running tests ( #1959 )
2026-06-23 04:59:53 +02:00
JosJuice
f3d5788f0c
FST: Look for .key file next to wud/wux file ( #1961 )
2026-06-23 04:50:35 +02:00
JosJuice
4ee027d3a8
UI: Show "Could not decrypt title" for drag and drop too ( #1962 )
2026-06-21 17:54:49 +02:00
capitalistspz
079a4af651
debugging: Add GDB pretty printers for common types ( #1957 )
...
By default, GDB will not autoload this for security reasons. See https://sourceware.org/gdb/current/onlinedocs/gdb.html/Auto_002dloading-safe-path.html to see how to enable it.
2026-06-17 18:24:09 +02:00
Crementif
fe70fdcfe5
debugger: Don't clear register views when continuing to run code
2026-06-13 20:35:12 +02:00
goeiecool9999
dbec2c717c
Clean up includes in MainWindow and remove duplicate helper ( #1955 )
2026-06-13 15:54:26 +02:00
Exverge
65a37336a7
ih264d: Fix color inaccuracy on aarch64 ( #1954 )
2026-06-11 22:23:18 +02:00
capitalistspz
b517fbc147
build: Make CMake ask for fmt 12.1 instead of 9 ( #1953 )
2026-06-11 15:38:44 +02:00
Exzap
a52c9bd74f
README.md: Add LLM policy
...
This does not apply retroactively to pull requests which are already open
2026-06-10 17:28:55 +02:00
Exzap
0a4f634eaf
Latte: Handle texture copy edge-case
...
Fixes save preview images in BotW
2026-06-10 17:28:55 +02:00
Exzap
d28c7654ec
snduser: Implement MIXSetDeviceSPan + MIXSetDeviceLFE
2026-06-10 17:28:55 +02:00
Exzap
e70b270e71
sndcore: Small fix and cleanup
2026-06-10 17:28:55 +02:00
Exzap
263b3510d6
snduser: Avoid hardcoded samples-per-frame
2026-06-10 17:28:55 +02:00
Exzap
fc001cdf05
sndcore: Improve PCM16 linear sampling + correctly clamp sndcore2 ADSR
2026-06-10 17:28:55 +02:00
Exzap
c2d428e5b5
snduser: Improve MIX functions
...
Fixes distorted sound in ZombiU
2026-06-10 17:28:55 +02:00
codeman4033
d20d701ef0
OpenGL: Clamp vsync to valid value ( #1937 )
2026-06-10 15:24:38 +02:00
Swift
745d30bc08
debugger: Tweaks + add context menu to write different value types ( #1950 )
2026-06-09 22:04:33 +02:00
techmuse
bae38e56c2
GraphicPack: Allow overriding cos.xml permissions ( #1948 )
2026-06-08 17:59:51 +02:00
Hr. Vedel
e4fa470140
logging: Improve Windows OS version detection ( #1949 )
2026-06-08 17:02:51 +02:00
Ash
326933b248
nn_ac: Add local IP getter implementation for Linux ( #1839 )
2026-06-05 19:39:00 +02:00
Exzap
5c56bfe43b
RPL: Use normalized module names + small code cleanup
2026-06-04 18:54:51 +02:00
Exzap
c0f02bcbd6
procui: Avoid crash during title shutdown
2026-06-04 03:20:30 +02:00