mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-04 01:07:56 -04:00
Merge branch 'main' of https://github.com/zeldaret/tp into compile
This commit is contained in:
@@ -81,7 +81,7 @@ inline void mDoCPd_ANALOG_CONV(u8 analog, f32& param_1) {
|
||||
}
|
||||
|
||||
inline void mDoCPd_TRIGGER_CONV(u8 analog, f32& param_1) {
|
||||
param_1 = analog * 0.0071428571827709675f;
|
||||
param_1 = analog * (1.0f / 140.0f);
|
||||
if (param_1 > 1.0f) {
|
||||
param_1 = 1.0f;
|
||||
}
|
||||
|
||||
@@ -65,12 +65,10 @@ private:
|
||||
};
|
||||
|
||||
struct mDoMain {
|
||||
#if DEBUG
|
||||
static int argument;
|
||||
static int e3menu_no;
|
||||
static u32 archiveHeapSize;
|
||||
static u32 gameHeapSize;
|
||||
#endif
|
||||
|
||||
static char COPYDATE_STRING[18];
|
||||
static u32 memMargin;
|
||||
|
||||
Reference in New Issue
Block a user