mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-04 00:38:59 -04:00
decomp some small files, do some cleanup (#42)
* remove leftover asm: JSUList.s * d_save_init: decomp * JMath/random: decomp * J3DUDL: fixup label * JAUClusterSound: decomp * c_API_controller_pad: decomp, elaborate globals/types * clang-format * don't add guards to functions.h * semantic merge of m_cpadInfo stuff * fix undef symbols Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "m_Do/m_Do_reset/m_Do_reset.h"
|
||||
#include "JSystem/JUtility/JUTXfb/JUTXfb.h"
|
||||
#include "SComponent/c_API_controller_pad.h"
|
||||
#include "dvd/dvd.h"
|
||||
#include "global.h"
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
#include "pad/pad.h"
|
||||
|
||||
#ifdef NONMATCHING
|
||||
// TODO: change the cpadinfo stuff to use the new type of m_cpadInfo
|
||||
void mDoCPd_c::create() {
|
||||
JUTGamePad* JUTGamePad_ptr;
|
||||
cpadInfo* m_cpadInfo_addr;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "m_Do/m_Do_main/m_Do_main.h"
|
||||
#include "SComponent/c_API_controller_pad.h"
|
||||
#include "d/d_com/d_com_inf_game/d_com_inf_game.h"
|
||||
#include "dvd/dvd.h"
|
||||
#include "global.h"
|
||||
|
||||
Reference in New Issue
Block a user