mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 13:47:53 +00:00
hle: kernel: Refactor out various KThread std::shared_ptr usage.
This commit is contained in:
parent
0cff50a7b5
commit
07939c59a6
10 changed files with 30 additions and 58 deletions
|
@ -46,7 +46,7 @@ public:
|
|||
return HANDLE_TYPE;
|
||||
}
|
||||
|
||||
ResultCode SendSyncRequest(std::shared_ptr<KThread> thread, Core::Memory::Memory& memory,
|
||||
ResultCode SendSyncRequest(KThread* thread, Core::Memory::Memory& memory,
|
||||
Core::Timing::CoreTiming& core_timing);
|
||||
|
||||
bool IsSignaled() const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue