17 Commits (ca4e4931133725013e9b730b0f2acd46c8249875)

Author SHA1 Message Date
bunnei 2feb4d56e9 core: hle: kernel: Update KSynchronizationObject. 5 years ago
Fernando Sahmkow 3a7f539463 Kernel: Change WaitObject to Synchronization object. In order to better reflect RE. 6 years ago
bunnei 5cb0f276fe kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
bunnei eeef564c02 kernel: events: Remove ResetType::Automatic. 7 years ago
Lioncash 2c92a30baa yuzu/debugger/wait_tree: Remove use of global CurrentProcess accessor 7 years ago
Lioncash c6d2828c74 kernel: Remove the Timer class 7 years ago
Lioncash 061b5571b6 yuzu/wait_tree: Pass QString by value and std::move in the initializer list for WaitTreeText 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
Lioncash 70e4492d49 general: Remove unused boost inclusions where applicable 8 years ago
Lioncash 84f855a61d core/core: Replace includes with forward declarations where applicable 8 years ago
Lioncash a648516863 qt: Add missing override specifiers where applicable 8 years ago
Lioncash 38c2af9330 kernel: Move object class to its own source files 8 years ago
Subv 5647fa35ff Qt/WaitTree: Display the callstack for each thread in the wait tree widget. 8 years ago
Subv 106d31e8c3 Qt: Update the WaitTree widget to show info about the current mutex of each thread. 8 years ago
James Rowe ea88c44eb8 Format: Run the new clang format on everything 8 years ago
James Rowe 5dbd091a80 Massive removal of unused modules 8 years ago
bunnei 7a59da7834 kernel: Rename Semaphore to ConditionVariable. 8 years ago
Yuri Kunde Schlesner 5a6d4a2f19 Session: Remove/add some forward declarations 9 years ago
Yuri Kunde Schlesner 6f662625d3 Kernel: Move WaitObject to a separate file 9 years ago
Lioncash b24112862e citra-qt: Make constructors explicit where applicable 9 years ago
Lioncash 94f0a00f0e citra-qt: Add missing #pragma once directives 9 years ago
wwylele 8b25c12ce8 implement wait tree widget 10 years ago