Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-31 | Merge pull request #11892 from german77/pkm_screenshot | liamwhite | |
service: am: Implement ISelfController::SaveCurrentScreenshot | |||
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 | Merge pull request #11728 from liushuyu/update-deps | liamwhite | |
Update external dependencies | |||
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 | Merge pull request #11908 from t895/log-spam | liamwhite | |
android: Fix URI parsing in native code | |||
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 #11898 from hebo6/patch-1 | liamwhite | |
Adding StartupWmClass for .desktop file | |||
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-28 | Adding StartupWmClass for .desktop file | Bo He | |
2023-10-27 | renderer_vulkan: fix viewport swizzle dirty state tracking | Liam | |
2023-10-26 | service: am: Implement ISelfController::SaveCurrentScreenshot | Narr the Reg | |
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 | Merge pull request #11863 from german77/buffer | liamwhite | |
service: ipc: Add third read buffer index | |||
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 | externals: stb: Add image write | german77 | |
2023-10-23 | Merge pull request #11841 from german77/halp | liamwhite | |
yuzu: fix restore shortcuts button |