| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-30 | android: InputHandler: Convert to object | Charles Lombardo | |
| This doesn't need to be an instance of a class because it doesn't hold any data. It's just all helper functions. | |||
| 2023-10-30 | android: Removed unused ControllerMappingHelper | Charles Lombardo | |
| 2023-10-29 | Merge pull request #11689 from liamwhite/breakpad | liamwhite | |
| qt: implement automatic crash dump support | |||
| 2023-10-29 | nvnflinger: implement consumer abandonment | Liam | |
| 2023-10-29 | nvnflinger: use graphic buffer lifetime for map handle | Liam | |
| 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-28 | renderer_vulkan: fix FSR cropping | Liam | |
| 2023-10-28 | renderer_vulkan: fix cropping for presentation | Liam | |
| 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-27 | We dont need that | boludoz | |
| 2023-10-26 | Merge branch 'yuzu-emu:master' into new-shortcut | Franco M | |
| 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 | sockets: use safe access helpers | Liam | |
| 2023-10-25 | nvdrv: rework to remove memcpy | Liam | |
| 2023-10-25 | nvdrv: fix up remaining copy calls | Liam | |
| 2023-10-25 | nvdrv: convert nvmap | Liam | |
| 2023-10-25 | nvdrv: convert codec devices | Liam | |
| 2023-10-25 | nvdrv: convert nvhost_gpu | Liam | |
| 2023-10-25 | nvdrv: convert nvhost_ctrl | Liam | |
| 2023-10-25 | nvdrv: convert nvhost_ctrl_gpu | Liam | |
| 2023-10-25 | nvdrv: add ioctl command serialization, convert nvhost_as_gpu | Liam | |
