mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-28 22:12:40 +02:00
Make PM Compile. Note: Currently broken.
This commit is contained in:
parent
26e676424d
commit
eb02ff5d5f
@ -46,7 +46,7 @@ class IEvent : public IWaitable {
|
||||
return this->callback(this->arg, this->handles.data(), this->handles.size(), timeout);
|
||||
}
|
||||
|
||||
static Result PanicCallback(Handle *handles, size_t num_handles, u64 timeout) {
|
||||
static Result PanicCallback(void *arg, Handle *handles, size_t num_handles, u64 timeout) {
|
||||
/* TODO: Panic. */
|
||||
return 0xCAFE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user