mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-10 04:46:48 -04:00
.dead section fix
This commit is contained in:
@@ -1,56 +1,91 @@
|
||||
//
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: locale
|
||||
//
|
||||
//
|
||||
|
||||
#include "JSystem/JMessage/locale.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "JSystem/JMessage/locale.h"
|
||||
|
||||
//
|
||||
//
|
||||
// Types:
|
||||
//
|
||||
//
|
||||
|
||||
struct JMessage {
|
||||
struct locale {
|
||||
/* 802A9528 */ void parseCharacter_ShiftJIS(char const**);
|
||||
/* 802A958C */ void parseCharacter_UTF8(char const**);
|
||||
};
|
||||
struct locale {
|
||||
/* 802A9528 */ // False False
|
||||
// char const** False
|
||||
// char const* False
|
||||
// char const False
|
||||
// char False
|
||||
void parseCharacter_ShiftJIS(char const**);
|
||||
/* 802A958C */ // False False
|
||||
// char const** False
|
||||
// char const* False
|
||||
// char const False
|
||||
// char False
|
||||
void parseCharacter_UTF8(char const**);
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
//
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
// False False
|
||||
// char const** False
|
||||
// char const* False
|
||||
// char const False
|
||||
// char False
|
||||
extern "C" void parseCharacter_ShiftJIS__Q28JMessage6localeFPPCc();
|
||||
// False False
|
||||
// char const** False
|
||||
// char const* False
|
||||
// char const False
|
||||
// char False
|
||||
extern "C" void parseCharacter_UTF8__Q28JMessage6localeFPPCc();
|
||||
|
||||
//
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
//
|
||||
|
||||
//
|
||||
|
||||
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
//
|
||||
|
||||
/* 802A9528-802A958C 0064+00 s=0 e=1 z=0 None .text
|
||||
* parseCharacter_ShiftJIS__Q28JMessage6localeFPPCc */
|
||||
/* 802A9528-802A958C 0064+00 s=0 e=1 z=0 None .text parseCharacter_ShiftJIS__Q28JMessage6localeFPPCc */
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
// False False
|
||||
// char const** False
|
||||
// char const* False
|
||||
// char const False
|
||||
// char False
|
||||
asm void JMessage::locale::parseCharacter_ShiftJIS(char const** param_0) {
|
||||
nofralloc
|
||||
nofralloc
|
||||
#include "asm/JSystem/JMessage/locale/parseCharacter_ShiftJIS__Q28JMessage6localeFPPCc.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
/* 802A958C-802A968C 0100+00 s=0 e=1 z=0 None .text parseCharacter_UTF8__Q28JMessage6localeFPPCc
|
||||
*/
|
||||
|
||||
/* 802A958C-802A968C 0100+00 s=0 e=1 z=0 None .text parseCharacter_UTF8__Q28JMessage6localeFPPCc */
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
// False False
|
||||
// char const** False
|
||||
// char const* False
|
||||
// char const False
|
||||
// char False
|
||||
asm void JMessage::locale::parseCharacter_UTF8(char const** param_0) {
|
||||
nofralloc
|
||||
nofralloc
|
||||
#include "asm/JSystem/JMessage/locale/parseCharacter_UTF8__Q28JMessage6localeFPPCc.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user