16174 Commits (2cc5cdd3c40100ecdc80edb9f45c82a98c9ff146)

Author SHA1 Message Date
Morph e91bf05ce6 general: Remove extraneous includes 5 years ago
Morph 5c635f8d09 common: logging: Restructure backend code 5 years ago
Morph 9fa79c001d common: logging: backend: Wrap IOFile in a unique_ptr 5 years ago
Morph d7537c6638 common: fs: file: Flush the file to the disk when Flush() is called 5 years ago
lat9nq c902147d82 cmake: Fix find_program usage for 3.15 5 years ago
Morph eadb781320 configure_cpu_debug: Clarify settings behavior 5 years ago
Morph 367c4a676f common: fs: Use the normal directory iterator in *Recursively functions 5 years ago
german77 7ae1e7c0bb hid: Stub IsFirmwareUpdateAvailableForSixAxisSensor 5 years ago
Morph dfca39bf9c yuzu: main: Ensure enough space is available for RomFS dumping 5 years ago
Markus Wick 161ade6da0 common/host_memory: Implement a fallback if fastmem fails. 5 years ago
ReinUsesLisp f664a4d4c1 common/host_shader: Load Windows 10 functions dynamically 5 years ago
Fernando Sahmkow 86b5f4a630 GPUTHread: Remove async reads from Normal Accuracy. 5 years ago
ReinUsesLisp 57252b0c1d rasterizer: Update pages in batches 5 years ago
ReinUsesLisp f36a769085 host_memory: Support staged VirtualProtect calls 5 years ago
FernandoS27 3147b9e34c General: Add settings for fastmem and disabling adress space check. 5 years ago
Markus Wick 8d2a08553e common/host_memory: Optimize for huge tables. 5 years ago
Markus Wick 99f6d60a99 core: Make use of fastmem 6 years ago
ReinUsesLisp ba034a5724 tests: Add tests for host memory 5 years ago
Markus Wick 9a4cec64e1 common/host_memory: Add Linux implementation 5 years ago
ReinUsesLisp 1f0491900b common/host_memory: Add interface and Windows implementation 5 years ago
Morph 006ca28fc8 kernel: Unconditionally set thread state when appropriate 5 years ago
Morph 3509855179 kernel: KLightConditionVariable: Update implementation to 12.x 5 years ago
Markus Wick e7c2b054c1 Fix GCC undefined behavior sanitizer. 5 years ago
bunnei cb75c58714 hle: service: sm: Remove redundant session reservation, etc. 5 years ago
bunnei 63bc3eef98 hle: service: Increase arbitrary max sessions limit. 5 years ago
bunnei 6c3c99c915 hle: kernel: KClientPort: Add an assert for session count. 5 years ago
bunnei 73d30a5446 hle: service: sm: Fix GetService setup of session & port. 5 years ago
bunnei 407cf4ffdb hle: service: Use correct size for ServerSessionCountMax. 5 years ago
bunnei 6c84a78d74 hle: kernel: KServerSession: Fix client disconnected. 5 years ago
bunnei d06f7d9f6c kernel: svc: Add missing error check to CancelSynchronization. 5 years ago
bunnei c9d0bbb9f9 hle: service: Increase arbitrary max sessions limit. 5 years ago
liushuyu 44a2374808 src/common/CMakeLists.txt: fix variable escaping 5 years ago
Lioncash 178a1fe364 common/fs/path_util: Remove [[nodiscard]] from function with void return 5 years ago
Lioncash 54537b36cd configure_ui: Add translation context for file-scope strings 5 years ago
bunnei b270cecbab hle: kernel: KServerSession: Work-around scenario where session is closed too early. 5 years ago
bunnei 4ad8a148ee hle: kernel: hle_ipc: Ensure SessionRequestHandler is valid. 5 years ago
bunnei a3de201dcf hle: kernel: Remove service thread manager and use weak_ptr. 5 years ago
lat9nq e85f105a75 yuzu qt: Start games from context menu 5 years ago
Clément Gallet 3af2ea232f Various suggestions by v1993 and lioncash 5 years ago
bunnei eeb8d0def8 hle: kernel: KServerSession: Use ASSERT_MSG where appropriate. 5 years ago
bunnei ff57fd7281 hle: kernel: k_server_session: Return service thread by strong pointer. 5 years ago
bunnei c833ca5fa0 hle: kernel: k_server_session: Ensure service thread is valid before dereference. 5 years ago
bunnei ea1ca74e7a hle: kernel: hle_ipc: Use default destructor for SessionRequestManager. 5 years ago
bunnei 38d8bcc574 hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree. 5 years ago
Clément Gallet 8219faf374 Add sdl2 audio description in the yuzu-cmd config file 5 years ago
Clément Gallet 34848e5eda Add SDL2 audio backend 5 years ago
Kewlan 667c113f10 limitable_input_dialog: Implement character limiter 5 years ago
Clément Gallet 49406504a2 Avoid -Wshadow warning 5 years ago
Lioncash c811d0f69d result: Add [[nodiscard]] specifiers where applicable 5 years ago
bunnei 8bf7b19d1d hle: kernel: Refactor to allocate a ServiceThread per service handler. 5 years ago