Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-31 | android: Implement applet launcher | Charles Lombardo | |
2023-10-30 | Merge pull request #11922 from t895/simplify-card-layout | liamwhite | |
android: Simplify game card layout | |||
2023-10-30 | Merge pull request #11903 from Macj0rdan/scrollable-volume-button | liamwhite | |
Implemented wheel event for volume control in VolumeButton | |||
2023-10-30 | android: Simplify game card layout | Charles Lombardo | |
Using a material card view to shape the image was just a waste of a layout pass. A shapeable image view does what we want and does it faster. | |||
2023-10-30 | android: FileUtil: Add option to suppress log for native exists() calls | Charles Lombardo | |
We often check for the existence of files that only exist in ExeFS so this can spam logcat with useless messages when scanning for games. | |||
2023-10-30 | android: Fix resolving android URIs in native code | Charles Lombardo | |
2023-10-30 | android: Refactor game metadata collection to new file | Charles Lombardo | |
This also removes irrelevant data and adds new information from/to the Game data class and RomMetadata struct | |||
2023-10-30 | android: Use header for EmulationSession | Charles Lombardo | |
2023-10-30 | Merge pull request #11920 from Termynat0r/master | liamwhite | |
Fix macOS build | |||
2023-10-30 | Merge pull request #11916 from t895/focus-fix | liamwhite | |
android: Release touch on input overlay when opening in-game menu | |||
2023-10-30 | Merge pull request #11915 from t895/startup-freeze | liamwhite | |
android: Move game deserialization to another thread | |||
2023-10-30 | Merge pull request #11910 from liamwhite/surface-lost-on-creation | liamwhite | |
renderer_vulkan: ensure exception on surface loss | |||
2023-10-30 | Fix macOS build | Termynat0r | |
Added missing preprocessor macros for macOS analog to linux and freebsd | |||
2023-10-29 | Merge pull request #11689 from liamwhite/breakpad | liamwhite | |
qt: implement automatic crash dump support | |||
2023-10-29 | android: Release touch on input overlay when opening in-game menu | Charles Lombardo | |
2023-10-29 | android: Move game deserialization to another thread | Charles Lombardo | |
Deserializing games from the cache in shared preferences was done on the main thread and could cause a stutter on startup. | |||
2023-10-29 | Merge pull request #11911 from german77/leak_event | liamwhite | |
core: Close all KEvents | |||
2023-10-29 | Merge pull request #11909 from t895/card-grid | liamwhite | |
android: Break home settings into grid with large screens | |||
2023-10-29 | Merge pull request #11904 from ameerj/gl_threaded_opts_on | liamwhite | |
nvidia_flags: Enable GL Threaded optimizations | |||
2023-10-29 | Merge pull request #11893 from liamwhite/swizzle | liamwhite | |
renderer_vulkan: fix viewport swizzle dirty state tracking | |||
2023-10-29 | core: Close all KEvents | german77 | |
2023-10-29 | renderer_vulkan: ensure exception on surface loss | Liam | |
2023-10-29 | Implemented wheel event for volume control in VolumeButton | FrozenAra | |
2023-10-29 | android: Break home settings into grid with large screens | Charles Lombardo | |
2023-10-29 | Merge pull request #11866 from liamwhite/more-qt-nonsense | liamwhite | |
qt: fix game list shutdown crash | |||
2023-10-29 | Merge pull request #11862 from liamwhite/pascal-robust | liamwhite | |
Manually robust on Pascal and earlier | |||
2023-10-29 | Merge pull request #11859 from Kelebek1/compute_findbuffer | liamwhite | |
Add missing loop around compute FindBuffer calls | |||
2023-10-29 | Merge pull request #11852 from german77/async_brr | liamwhite | |
input_common: joycon: Move vibrations to a queue | |||
2023-10-29 | Merge pull request #11843 from liamwhite/sync-process | liamwhite | |
kernel: update KProcess | |||
2023-10-29 | Merge pull request #11827 from liamwhite/preallocated | liamwhite | |
nvnflinger: fix reporting and freeing of preallocated buffers | |||
2023-10-29 | Merge pull request #11803 from flodavid/improve-controller-applet-click | Narr the Reg | |
yuzu: Improve behavior when clicking on controller box in Controller applet | |||
2023-10-28 | nvidia_flags: Enable GL Threaded optimizations | Ameer J | |
2023-10-27 | renderer_vulkan: fix viewport swizzle dirty state tracking | Liam | |
2023-10-25 | Merge pull request #11880 from abouvier/unbundle-stb | liamwhite | |
cmake: prefer system stb headers | |||
2023-10-25 | cmake: prefer system stb headers | Alexandre Bouvier | |
2023-10-25 | Merge pull request #11876 from liamwhite/apiversion | liamwhite | |
vulkan_common: use highest API version | |||
2023-10-25 | kernel: make sure new process is in list | Liam | |
2023-10-24 | Merge pull request #11812 from german77/save_capture | liamwhite | |
service: caps: Implement SaveScreenShotEx0 and variants | |||
2023-10-24 | vulkan_common: use highest API version | Liam | |
2023-10-23 | qt: fix game list shutdown crash | Liam | |
2023-10-23 | service: ipc: Add third read buffer index | Narr the Reg | |
2023-10-23 | service: caps: Implement SaveScreenShotEx0 and variants | german77 | |
2023-10-23 | Merge pull request #11841 from german77/halp | liamwhite | |
yuzu: fix restore shortcuts button | |||
2023-10-23 | Merge pull request #11846 from german77/cheats | liamwhite | |
cheats: Clamp cheat names without failing | |||
2023-10-23 | Merge pull request #11847 from ameerj/glsl-shfl-fix | liamwhite | |
emit_glsl_warp: Fix shfl_in_bounds conditional | |||
2023-10-23 | Add missing dowhile loops around FindBuffer calls | Kelebek1 | |
2023-10-23 | Manually robust on Pascal and earlier | Liam | |
2023-10-22 | yuzu: Fix vibration reseting to 1% | german77 | |
2023-10-22 | input_common: joycon: Move vibrations to a queue | german77 | |
2023-10-22 | emit_glsl_warp: Fix shfl_in_bounds conditional | Ameer J | |