24 Commits (9561a2f5b1bc0a09c37909b07a85e27ee2f60be4)

Author SHA1 Message Date
ameerj 936829e873 yuzu: Reduce unused includes 4 years ago
lat9nq fb66a455c4 yuzu qt: Remove global system instances from config, WaitTree, main 5 years ago
bunnei 4b03e6e776 hle: kernel: Migrate to KHandleTable. 5 years ago
bunnei bf380b8584 hle: kernel: Remove deprecated Object class. 5 years ago
bunnei aa2844bcf9 hle: kernel: HandleTable: Remove deprecated APIs. 5 years ago
bunnei e86a7e3691 hle: kernel: Rename ReadableEvent to KReadableEvent. 5 years ago
bunnei c0d3aef28c core: hle: kernel: Rename Thread to KThread. 6 years ago
bunnei 35c3c078e3 core: hle: kernel: Update KSynchronizationObject. 6 years ago
Fernando Sahmkow c5aefe42aa Kernel: Change WaitObject to Synchronization object. In order to better reflect RE. 6 years ago
bunnei 9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 7 years ago
bunnei b0ab803ce8 kernel: events: Remove ResetType::Automatic. 7 years ago
Lioncash 196cc82913 yuzu/debugger/wait_tree: Remove use of global CurrentProcess accessor 7 years ago
Lioncash 414cc1eb1f kernel: Remove the Timer class 7 years ago
Lioncash 17b4355391 yuzu/wait_tree: Pass QString by value and std::move in the initializer list for WaitTreeText 8 years ago
Zach Hilman a342bcc9b1 kernel/event: Reference ReadableEvent from WritableEvent 8 years ago
Zach Hilman ff610103b5 core: Port all current usages of Event to Readable/WritableEvent 8 years ago
Lioncash 352b56367c general: Remove unused boost inclusions where applicable 8 years ago
Lioncash 4a587b81b2 core/core: Replace includes with forward declarations where applicable 8 years ago
Lioncash 7846295a8f qt: Add missing override specifiers where applicable 8 years ago
Lioncash bf45092c61 kernel: Move object class to its own source files 8 years ago
Subv c50393e066 Qt/WaitTree: Display the callstack for each thread in the wait tree widget. 8 years ago
Subv 013778aa21 Qt: Update the WaitTree widget to show info about the current mutex of each thread. 8 years ago
James Rowe 096be16636 Format: Run the new clang format on everything 9 years ago
James Rowe ebf9a784a9 Massive removal of unused modules 9 years ago
bunnei 4236799832 kernel: Rename Semaphore to ConditionVariable. 9 years ago
Yuri Kunde Schlesner 838faf147e Session: Remove/add some forward declarations 9 years ago
Yuri Kunde Schlesner 64ecf81a3c Kernel: Move WaitObject to a separate file 9 years ago
Lioncash d0e4d1182b citra-qt: Make constructors explicit where applicable 10 years ago
Lioncash 327b23e4ce citra-qt: Add missing #pragma once directives 10 years ago
wwylele f69a543110 implement wait tree widget 10 years ago