15927 Commits (75a4ac12c6e4c68de147165527155da8e4e96595)

Author SHA1 Message Date
Lioncash dd8577e91d common/fs/path_util: Remove [[nodiscard]] from function with void return 5 years ago
Lioncash b3eb08254b configure_ui: Add translation context for file-scope strings 5 years ago
bunnei b8fb9b3f11 hle: kernel: KServerSession: Work-around scenario where session is closed too early. 5 years ago
bunnei 08d798b6fe hle: kernel: hle_ipc: Ensure SessionRequestHandler is valid. 5 years ago
bunnei a493ab2678 hle: kernel: Remove service thread manager and use weak_ptr. 5 years ago
lat9nq 5ac018d1df yuzu qt: Start games from context menu 5 years ago
bunnei 9db569b2d9 hle: kernel: KServerSession: Use ASSERT_MSG where appropriate. 5 years ago
bunnei ada4242c01 hle: kernel: k_server_session: Return service thread by strong pointer. 5 years ago
bunnei 93f93cb8bc hle: kernel: k_server_session: Ensure service thread is valid before dereference. 5 years ago
bunnei 384cbe3829 hle: kernel: hle_ipc: Use default destructor for SessionRequestManager. 5 years ago
bunnei 6119836795 hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree. 5 years ago
Kewlan 058196a089 limitable_input_dialog: Implement character limiter 5 years ago
Clément Gallet 2e1c58b905
Avoid -Wshadow warning 5 years ago
Lioncash 25b73e135f result: Add [[nodiscard]] specifiers where applicable 5 years ago
bunnei 27ce97fd42 hle: kernel: Refactor to allocate a ServiceThread per service handler. 5 years ago
Clément Gallet 9ff8504452 yuzu-cmd: Fix OpenGL rendering 5 years ago
lat9nq 287a0f72a5 decoders: Break instead of continue 5 years ago
lat9nq 1feefabeba decoders: Avoid out-of-bounds access 5 years ago
Maide cb5fe12ee1
[game_list] Correct light theme loading (#6408) 5 years ago
Clément Gallet 166f5d1612 yuzu-cmd: Add touch_from_button in config file 5 years ago
Morph b840dd9af8 fsp-srv: Replace one last instance of RESULT_SUCCESS 5 years ago
Chloe c4c256f56a
fspsrv: Implement DisableAutoSaveDataCreation (#6355) 5 years ago
lat9nq c41451af75 yuzu qt: Revert some usages of string_view 5 years ago
Kewlan 65d42a428f game_list: Minor for loop optimizations 5 years ago
Kelebek1 04e52ffed0 Stop the columns resizing on NAND install 5 years ago
Morph a0e4c2e1fc general: Replace RESULT_UNKNOWN with ResultUnknown 5 years ago
Morph 12c1766997 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
Morph dba7bcd489 common: fs: fs_util: Move PathToUTF8String to fs_util 5 years ago
Morph a1eeb9908d common: fs: fs_util: Add more string conversion functions 5 years ago
lat9nq c17e1bd7a8 yuzu qt: Use lambda and std::function for reset callback 5 years ago
lat9nq 4a3d57e469 yuzu: Add settings reset button to general configuration 5 years ago
fearlessTobi 8aeb425669 configuration: Initial work to reset all settings 5 years ago
ameerj 859ba21f6d buffer_cache: Simplify uniform disabling logic 5 years ago
Lioncash 3aed797466 common_funcs: Move R_ macros to result.h 5 years ago
german77 ac48e059bc settings: Disable controller preview if controller is not active 5 years ago
german77 a323bc5af8 input_common: Analog button, use time based position instead of frequent updates 5 years ago
Lioncash 646622ccd4 k_class_token: Use variable templates where applicable 5 years ago
bunnei 8592f8a2b4 video_core: gpu: WaitFence: Do not block threads during shutdown. 5 years ago
Markus Wick 42a7c5d017 core/memory: Check our memory fallbacks for out-of-bound behavior. 5 years ago
Markus Wick ddb186e61d core/arm_interface: Improve the performance of memory fallbacks. 5 years ago
Lioncash 7b2917b4e1 kernel: Add missing override specifiers 5 years ago
Markus Wick 5a8cd1b118 Fix two GCC 11 warnings: Unneeded copies. 5 years ago
Markus Wick d2d7a5060f externals: Update dynarmic. 5 years ago
Lioncash 16ff0161b3 k_thread: Move dereference after null check in Initialize() 5 years ago
bunnei ee099b2697 hle: kernel: KSlabHeap: Allow host or guest allocations. 5 years ago
Lioncash 5554de3933 touchscreen: Make use of common point struct 5 years ago
Lioncash 8171ad65cd common: Extract point into a common struct 5 years ago
Lioncash 210c2c9a56 common/fs/file: Explicitly delete copy constructors 5 years ago
Lioncash 6806a893bd common/fs/file: Devirtualize destructor 5 years ago
Lioncash 019bc9f6b2 common/fs/file: Default initialize IOFile members 5 years ago