Skip to content

Commit

Permalink
version spoofing part 4
Browse files Browse the repository at this point in the history
Signed-off-by: Fra <[email protected]>
  • Loading branch information
Alexyo21 authored Nov 20, 2023
1 parent aede1dd commit fa28deb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k11_extension/include/svc/GetSystemInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@
#include "kernel.h"
#include "svc.h"

#define SYSTEM_VERSION1(major1, minor1, revision1) (((major1)<<24)|((minor1)<<16)|((revision1)<<8))

Result GetSystemInfoHookWrapper(u32 dummy, s32 type, s32 param);
Result GetSystemInfoHook(s64 *out, s32 type, s32 param);

0 comments on commit fa28deb

Please sign in to comment.