mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-13 22:54:24 -04:00
kern: devirtualize several KAutoObject functions
This commit is contained in:
parent
2490bbf4f9
commit
436613401a
30 changed files with 84 additions and 81 deletions
|
@ -44,7 +44,7 @@ namespace ams::kern {
|
|||
public:
|
||||
static Result Wait(s32 *out_index, KSynchronizationObject **objects, const s32 num_objects, s64 timeout);
|
||||
public:
|
||||
virtual void Finalize() override;
|
||||
void Finalize();
|
||||
virtual bool IsSignaled() const { AMS_INFINITE_LOOP(); }
|
||||
|
||||
void DumpWaiters();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue