Skip to content

Commit

Permalink
Fix recent commits not compiling on some games
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Mar 9, 2025
1 parent b75f7c0 commit e1d0602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/sdk/RETypeDB.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ struct TDB {
uint32_t appEntry; // 0x003C
uint32_t numStringPool; // 0x0040
uint32_t numBytePool; // 0x0044
class N00002524 (*modules)[256]; // 0x0048
sdk::REModule* modules; // 0x0048
sdk::RETypeDefinition (*types)[81728]; // 0x0050
sdk::REMethodDefinition (*methods)[556344]; // 0x0058
sdk::REField (*fields)[122496]; // 0x0060
Expand Down Expand Up @@ -842,7 +842,7 @@ struct TDB {
uint32_t appEntry; // 0x003C
uint32_t numStringPool; // 0x0040
uint32_t numBytePool; // 0x0044
class N00002524 (*modules)[256]; // 0x0048
sdk::REModule* modules; // 0x0048
sdk::RETypeDefinition (*types)[81728]; // 0x0050
sdk::REMethodDefinition (*methods)[556344]; // 0x0058
sdk::REField (*fields)[122496]; // 0x0060
Expand Down

0 comments on commit e1d0602

Please sign in to comment.