declaration

This commit is contained in:
Lizardy 2024-08-20 14:51:35 -04:00
parent 52a606466c
commit 397a14a907
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ namespace Libraries::Ngs2 {
class Ngs2 { class Ngs2 {
public: public:
s32 ReportInvalid(u32 handle_type) const; s32 ReportInvalid(Ngs2Handle* handle, u32 handle_type) const;
s32 HandleSetup(Ngs2Handle* handle, void* data, std::atomic<u32>* atomic, u32 type, u32 flags); s32 HandleSetup(Ngs2Handle* handle, void* data, std::atomic<u32>* atomic, u32 type, u32 flags);
s32 HandleCleanup(Ngs2Handle* handle, u32 hType, void* dataOut); s32 HandleCleanup(Ngs2Handle* handle, u32 hType, void* dataOut);
s32 HandleEnter(Ngs2Handle* handle, u32 hType, Ngs2Handle* handleOut); s32 HandleEnter(Ngs2Handle* handle, u32 hType, Ngs2Handle* handleOut);