mirror of
https://github.com/zeldaret/tp
synced 2026-06-04 18:59:25 -04:00
Clean up code, remove fakematches, add UNUSED, enable warnings (#2992)
* Remove NDEBUG_DEFINED fakematch, clean up getName temps * Fix ifdef * Fix bad JSystem pch ifdef breaking decomp.me * Remove Acch Chk fakematches * Private Acch fields * Fix some clangd errors in headers * Add UNUSED macro for matching debug parameters * Enable clangd unused-parameter warning * Remove extern from initializers Probably added by dol2asm? * Fix process profile definitions * Remove leftover dol2asm address comments * Remove some unnecessary double casts * Enable some more clangd warnings * Fix missing usages of fopAcM_ct * Fix wrong enum usage * Fix more fakematches
This commit is contained in:
@@ -14,9 +14,6 @@ s16 dDemo_c::m_branchId = -1;
|
||||
namespace {
|
||||
jstudio_tAdaptor_message::~jstudio_tAdaptor_message() {}
|
||||
|
||||
/* 80037E44-80037E74 032784 0030+00 1/0 0/0 0/0 .text
|
||||
* adaptor_do_MESSAGE__Q220@unnamed@d_demo_cpp@24jstudio_tAdaptor_messageFQ37JStudio4data15TEOperationDataPCvUl
|
||||
*/
|
||||
void jstudio_tAdaptor_message::adaptor_do_MESSAGE(JStudio::data::TEOperationData iType,
|
||||
const void* pContent, u32 uSize) {
|
||||
switch (iType) {
|
||||
@@ -40,9 +37,6 @@ void jstudio_tAdaptor_message::adaptor_do_MESSAGE(JStudio::data::TEOperationData
|
||||
|
||||
jstudio_tCreateObject_message::~jstudio_tCreateObject_message() {}
|
||||
|
||||
/* 80037ED4-80038020 032814 014C+00 1/0 0/0 0/0 .text
|
||||
* create__Q220@unnamed@d_demo_cpp@29jstudio_tCreateObject_messageFPPQ27JStudio7TObjectRCQ47JStudio3stb4data20TParse_TBlock_object
|
||||
*/
|
||||
bool
|
||||
jstudio_tCreateObject_message::create(JStudio::TObject** ppObject,
|
||||
const JStudio::stb::data::TParse_TBlock_object& iBlock) {
|
||||
|
||||
Reference in New Issue
Block a user