This commit is contained in:
microsoftv 2024-09-05 17:40:27 -04:00
parent a53120bb10
commit 1962273a8f
2 changed files with 2 additions and 5 deletions

View File

@ -16,8 +16,7 @@ namespace Libraries::Ngs2 {
class Ngs2;
typedef s32 (*OrbisNgs2ParseReadHandler)(uintptr_t userData, u32 offset, void* data,
size_t size);
typedef s32 (*OrbisNgs2ParseReadHandler)(uintptr_t userData, u32 offset, void* data, size_t size);
enum class OrbisNgs2HandleType : u32 {
System = 0,

View File

@ -10,6 +10,4 @@
using namespace Libraries::Kernel;
namespace Libraries::Ngs2 {
} // namespace Libraries::Ngs2
namespace Libraries::Ngs2 {} // namespace Libraries::Ngs2