mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-11 17:31:29 -04:00
init
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
#include "SRAM.hpp"
|
||||
namespace aurora::card {
|
||||
// clang-format off
|
||||
const SRAM g_SRAM =
|
||||
{{
|
||||
0xFF, 0x6B,
|
||||
0x00, 0x91,
|
||||
0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00,
|
||||
0xFF, 0xFF, 0xFF, 0x40,
|
||||
0x00,
|
||||
0x00,
|
||||
0x00,
|
||||
0x2C,
|
||||
0x41, 0x58, 0x49, 0x4F, 0x44, 0x4C, 0x5F, 0x53, 0x4C, 0x4F, 0x54, 0x41,
|
||||
0x41, 0x58, 0x49, 0x4F, 0x44, 0x4C, 0x5F, 0x53, 0x4C, 0x4F, 0x54, 0x42,
|
||||
0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00,
|
||||
0x00,
|
||||
0x00,
|
||||
0x6E, 0x6D,
|
||||
0x00, 0x00,
|
||||
0x00, 0x00
|
||||
}};
|
||||
// clang-format on
|
||||
} // namespace aurora::card
|
||||
Reference in New Issue
Block a user