mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-26 00:14:33 -04:00
project cleanup (#2895)
* some wii OS fixes * remove old dol2asm comments * remove dol2asm.h * remove function address comments * normalize ATTRIBUTE_ALIGN usage * DECL_WEAK macro * fix gcc attribute weak macro * wrap more mwcc specific things in ifdefs * fixes * fix revo sdk version flags * fixes
This commit is contained in:
@@ -1,14 +1,7 @@
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: binary
|
||||
//
|
||||
|
||||
#include "JSystem/JSystem.h" // IWYU pragma: keep
|
||||
|
||||
#include "JSystem/JGadget/binary.h"
|
||||
|
||||
/* 802DC864-802DC8C8 2D71A4 0064+00 0/0 2/2 0/0 .text
|
||||
* parseVariableUInt_16_32_following__Q27JGadget6binaryFPCvPUlPUlPQ37JGadget6binary5TEBit */
|
||||
const void*
|
||||
JGadget::binary::parseVariableUInt_16_32_following(void const* buffer, u32* param_1, u32* param_2,
|
||||
JGadget::binary::TEBit* param_3) {
|
||||
@@ -35,13 +28,9 @@ JGadget::binary::parseVariableUInt_16_32_following(void const* buffer, u32* para
|
||||
return rv;
|
||||
}
|
||||
|
||||
/* 802DC8C8-802DC910 2D7208 0048+00 0/0 4/4 0/0 .text
|
||||
* __dt__Q37JGadget6binary19TParse_header_blockFv */
|
||||
JGadget::binary::TParse_header_block::~TParse_header_block() {
|
||||
}
|
||||
|
||||
/* 802DC910-802DCA1C 2D7250 010C+00 0/0 9/9 0/0 .text
|
||||
* parse_next__Q37JGadget6binary19TParse_header_blockFPPCvUl */
|
||||
bool JGadget::binary::TParse_header_block::parse_next(void const** ptrLocation, u32 idx) {
|
||||
u32 headerEnd, blockEnd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user