mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
clang
This commit is contained in:
parent
a53120bb10
commit
1962273a8f
@ -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,
|
||||
|
@ -10,6 +10,4 @@
|
||||
|
||||
using namespace Libraries::Kernel;
|
||||
|
||||
namespace Libraries::Ngs2 {
|
||||
|
||||
} // namespace Libraries::Ngs2
|
||||
namespace Libraries::Ngs2 {} // namespace Libraries::Ngs2
|
||||
|
Loading…
Reference in New Issue
Block a user