86 Commits (6ce5f3e1bf9c32d8a9258e10c7953380aacdda4e)

Author SHA1 Message Date
Lioncash d77d1a0207 yuzu/debugger/graphics/graphics_breakpoints: Specify string conversions explicitly 7 years ago
Lioncash cad4f2ed29 yuzu/debugger/profiler: Specify string conversions explicitly 7 years ago
Lioncash a059b9eed4 yuzu/debugger/wait_tree: Specify string conversions explicitly 7 years ago
Lioncash a47aaa7f1b core/kernel/object: Rename ResetType enum members 7 years ago
Lioncash c268ffd831 kernel/thread: Unify wait synchronization types 7 years ago
Lioncash 218ae888f3 yuzu/debugger: Remove graphics surface viewer 7 years ago
Lioncash c0e320ad0d yuzu/debugger/graphics_surface: Display error messages for file I/O errors 7 years ago
Lioncash 845607481c yuzu/debugger/graphics_surface: Tidy up SaveSurface 7 years ago
Lioncash bbeb859122 yuzu/debugger/graphics_surface: Clean up connection overload deduction 7 years ago
Lioncash 9d296f8a35 yuzu/debugger/graphics_surface: Fill in missing surface format listings 7 years ago
Lioncash 6b629f4816 yuzu/debugger/profiler: Remove unnecessary includes 7 years ago
bunnei 241563d15c gpu: Move GPUVAddr definition to common_types. 7 years ago
Fernando Sahmkow acbdfdae64 Add CondVar Thread State. 7 years ago
bunnei 574e89d924 video_core: Refactor to use MemoryManager interface for all memory access. 7 years ago
Lioncash 196cc82913 yuzu/debugger/wait_tree: Remove use of global CurrentProcess accessor 7 years ago
Lioncash 1b855efd5e common/vector_math: Move Vec[x] types into the Common namespace 7 years ago
Lioncash 414cc1eb1f kernel: Remove the Timer class 7 years ago
David Marcec 4f41fd84ff Removed pulse event type 7 years ago
Lioncash f80bc712ea kernel: Rename 'default' CPU core to 'ideal' core 7 years ago
David Marcec fdd649e2ef Fixed uninitialized memory due to missing returns in canary 7 years ago
Lioncash 17b4355391 yuzu/wait_tree: Pass QString by value and std::move in the initializer list for WaitTreeText 7 years ago
Luke Street a3d78b77f8 debugger: Set paused thread color 7 years ago
Lioncash 5eb057f422 kernel/object: Amend handle types to distinguish between readable and writable events 7 years ago
Luke Street 3e75175d02 svc: Implement SetThreadActivity (thread suspension) 7 years ago
Zach Hilman a342bcc9b1 kernel/event: Reference ReadableEvent from WritableEvent 7 years ago
Zach Hilman ff610103b5 core: Port all current usages of Event to Readable/WritableEvent 7 years ago
FernandoS27 60a184455c Fix ASTC Decompressor to support depth parameter 8 years ago
FernandoS27 aee93f98f9 Fix ASTC formats 8 years ago
Lioncash 352b56367c general: Remove unused boost inclusions where applicable 8 years ago
Frederic L 7a5eda5914 global: Use std::optional instead of boost::optional (#1578) 8 years ago
Lioncash 030847d5fa graphic_breakpoints: Correct translation of strings in BreakpointModel's data() function 8 years ago
Lioncash 90a981a03a kernel/process: Make the handle table per-process 8 years ago
Lioncash 5484742fda core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs 8 years ago
FernandoS27 e0ca938b22 Propagate depth and depth_block on modules using decoders 8 years ago
Lioncash baed7e1fba kernel/thread: Make all instance variables private 8 years ago
Lioncash 9b8fc2b689 arm_interface: Replace kernel vm_manager include with a forward declaration 8 years ago
fearlessTobi 63c2e32e20 Port #4182 from Citra: "Prefix all size_t with std::" 8 years ago
Lioncash 2ea45fe75b kernel/thread: Include thread-related enums within the kernel namespace 8 years ago
Lioncash 4a587b81b2 core/core: Replace includes with forward declarations where applicable 8 years ago
Lioncash 0cbcd6ec9a kernel: Eliminate kernel global state 8 years ago
Lioncash 45fb74d262 gpu: Make memory_manager private 8 years ago
Lioncash c65713832c debug_utils: Remove unused includes 8 years ago
bunnei 3a67876252 textures: Refactor out for Texture/Depth FormatFromPixelFormat. 8 years ago
Lioncash 7846295a8f qt: Add missing override specifiers where applicable 8 years ago
Lioncash 00a68c5eea qt: Default destructors where applicable 8 years ago
Lioncash 2feb1a8ba6 kernel/event: Make data members private 8 years ago
Lioncash db340f6402 yuzu: Use Qt 5 signal/slots where applicable 8 years ago
Lioncash bf45092c61 kernel: Move object class to its own source files 8 years ago
Lioncash 0cd843151f kernel/timer: Make data members private where applicable 8 years ago
Lioncash 2474340684 wait_tree: Add missing switch case for WaitTreeThread::GetText() 8 years ago