mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-30 08:26:24 -04:00
Fix most vtable issues (#2706)
This commit is contained in:
@@ -61,26 +61,6 @@ static calibrationFunc calibration_process[] = {
|
||||
&dMenu_Option_c::calibration_close2_move,
|
||||
};
|
||||
|
||||
// Unclear why this is created
|
||||
#pragma push
|
||||
#pragma force_active on
|
||||
#if VERSION == VERSION_GCN_JPN
|
||||
static u8 calibration_padding[0x24 /* padding */] = {
|
||||
/* padding */
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
};
|
||||
#else
|
||||
static u8 calibration_padding[0x24 /* padding */] = {
|
||||
/* padding */
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
};
|
||||
#endif
|
||||
#pragma pop
|
||||
|
||||
enum SelectType {
|
||||
#if VERSION == VERSION_GCN_JPN
|
||||
SelectType0_JPN,
|
||||
|
||||
Reference in New Issue
Block a user