87 Commits (7b7e57693c2e838ca3a0f59f60f2206d714824bd)

Author SHA1 Message Date
Lioncash 7c15a53048 yuzu/CMakeLists: Remove qt5_wrap_ui macro usage 7 years ago
Lioncash a5f4e8c066 yuzu/debugger/graphics/graphics_breakpoints: Specify string conversions explicitly 7 years ago
Lioncash 0a7eea3d16 yuzu/debugger/profiler: Specify string conversions explicitly 7 years ago
Lioncash d1b2ed0a86 yuzu/debugger/wait_tree: Specify string conversions explicitly 7 years ago
Lioncash 45d71eed4f core/kernel/object: Rename ResetType enum members 7 years ago
Lioncash b12ed4aba9 kernel/thread: Unify wait synchronization types 7 years ago
Lioncash 366895989c yuzu/debugger: Remove graphics surface viewer 7 years ago
Lioncash c289629f97 yuzu/debugger/graphics_surface: Display error messages for file I/O errors 7 years ago
Lioncash 64e191b2b8 yuzu/debugger/graphics_surface: Tidy up SaveSurface 7 years ago
Lioncash 5e69f8fc32 yuzu/debugger/graphics_surface: Clean up connection overload deduction 7 years ago
Lioncash af6c9a2993 yuzu/debugger/graphics_surface: Fill in missing surface format listings 7 years ago
Lioncash d59b862a6e yuzu/debugger/profiler: Remove unnecessary includes 7 years ago
bunnei 6f872bd580 gpu: Move GPUVAddr definition to common_types. 7 years ago
Fernando Sahmkow fbff276b26 Add CondVar Thread State. 7 years ago
bunnei d3f26c1546 video_core: Refactor to use MemoryManager interface for all memory access. 7 years ago
Lioncash 2c92a30baa yuzu/debugger/wait_tree: Remove use of global CurrentProcess accessor 7 years ago
Lioncash 39eccc0286 common/vector_math: Move Vec[x] types into the Common namespace 7 years ago
Lioncash c6d2828c74 kernel: Remove the Timer class 7 years ago
David Marcec d0aaf94244 Removed pulse event type 7 years ago
Lioncash 50aed99339 kernel: Rename 'default' CPU core to 'ideal' core 7 years ago
David Marcec 1dfb0a513a Fixed uninitialized memory due to missing returns in canary 7 years ago
Lioncash 061b5571b6 yuzu/wait_tree: Pass QString by value and std::move in the initializer list for WaitTreeText 7 years ago
Luke Street 33473a7e7b debugger: Set paused thread color 7 years ago
Lioncash 59a4ed0d24 kernel/object: Amend handle types to distinguish between readable and writable events 7 years ago
Luke Street 0652d95dab svc: Implement SetThreadActivity (thread suspension) 7 years ago
Zach Hilman b0d0735e9b kernel/event: Reference ReadableEvent from WritableEvent 7 years ago
Zach Hilman fe0071f8fa core: Port all current usages of Event to Readable/WritableEvent 7 years ago
FernandoS27 82d04c5e99 Fix ASTC Decompressor to support depth parameter 8 years ago
FernandoS27 fe596b4c6e Fix ASTC formats 8 years ago
Lioncash 70e4492d49 general: Remove unused boost inclusions where applicable 8 years ago
Frederic L c76f4b6aec global: Use std::optional instead of boost::optional (#1578) 8 years ago
Lioncash 7b6546451e graphic_breakpoints: Correct translation of strings in BreakpointModel's data() function 8 years ago
Lioncash e13c95fbe5 kernel/process: Make the handle table per-process 8 years ago
Lioncash f94bf1a29f core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 8 years ago
FernandoS27 1a70753709 Propagate depth and depth_block on modules using decoders 8 years ago
Lioncash e57c8ae2b3 kernel/thread: Make all instance variables private 8 years ago
Lioncash b051082129 arm_interface: Replace kernel vm_manager include with a forward declaration 8 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 8 years ago
Lioncash 2300f0b951 kernel/thread: Include thread-related enums within the kernel namespace 8 years ago
Lioncash 84f855a61d core/core: Replace includes with forward declarations where applicable 8 years ago
Lioncash 4913549d6b kernel: Eliminate kernel global state 8 years ago
Lioncash b4a81f9bca gpu: Make memory_manager private 8 years ago
Lioncash e5eb0a7737 debug_utils: Remove unused includes 8 years ago
bunnei 1a9b133715 textures: Refactor out for Texture/Depth FormatFromPixelFormat. 8 years ago
Lioncash a648516863 qt: Add missing override specifiers where applicable 8 years ago
Lioncash 5de7c31baa qt: Default destructors where applicable 8 years ago
Lioncash 11eadbccc9 kernel/event: Make data members private 8 years ago
Lioncash f90c667a44 yuzu: Use Qt 5 signal/slots where applicable 8 years ago
Lioncash 38c2af9330 kernel: Move object class to its own source files 8 years ago
Lioncash 9f7550d027 kernel/timer: Make data members private where applicable 8 years ago