mirror of
https://github.com/zeldaret/ss
synced 2026-05-24 23:21:41 -04:00
Some DOL splits
This commit is contained in:
+270
-29
File diff suppressed because it is too large
Load Diff
@@ -780,6 +780,7 @@ config.libs = [
|
||||
Object(NonMatching, "m/m_quat.cpp"),
|
||||
Object(NonMatching, "m/m_thread.cpp"),
|
||||
Object(NonMatching, "m/m_vec.cpp"),
|
||||
Object(NonMatching, "m/m_video.cpp"),
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -888,6 +889,7 @@ config.libs = [
|
||||
Object(Matching, "f/f_base.cpp"),
|
||||
Object(Matching, "f/f_list.cpp"),
|
||||
Object(Matching, "f/f_manager.cpp"),
|
||||
Object(NonMatching, "f/f_profile.cpp"),
|
||||
Object(NonMatching, "f/f_tree.cpp"),
|
||||
],
|
||||
},
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
// clang-format on
|
||||
|
||||
static dLytMeterConfiguration_c sConf;
|
||||
dLytMeter_c *dLytMeter_c::sInstance;
|
||||
|
||||
STATE_DEFINE(dLytMeter1Button_c, Wait);
|
||||
STATE_DEFINE(dLytMeter1Button_c, ToUse);
|
||||
|
||||
Reference in New Issue
Block a user