[XAM/INFO] - Implement XamGetDashBackstackData

- Implement XamGetDashBackstackData
This commit is contained in:
The-Little-Wolf
2025-07-27 15:35:28 -07:00
committed by Radosław Gliński
parent e27b1d1cb5
commit 2de1b0b2dd
3 changed files with 23 additions and 0 deletions

View File

@@ -199,6 +199,11 @@ struct X_DASH_APP_INFO {
};
static_assert_size(X_DASH_APP_INFO, 0xC);
struct X_DASH_BACKSTACK_DATA {
uint8_t unk1[0x314];
};
static_assert_size(X_DASH_BACKSTACK_DATA, 0x314);
struct X_GUID {
xe::be<uint32_t> Data1;
xe::be<uint16_t> Data2;