mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-01 15:59:45 -04:00
copy dolsdk2004 to tp / b_bh + e_mb done (#2299)
* move dolsdk2004 over * cleanup some temp work * finish and cleanup gf * b_bh done * d_a_e_mb done
This commit is contained in:
@@ -161,8 +161,8 @@ static void mDoMemCdRWm_BuildHeader(mDoMemCdRWm_HeaderData* header) {
|
||||
|
||||
OSCalendarTime time;
|
||||
OSTicksToCalendarTime(OSGetTime(), &time);
|
||||
snprintf(header->mComment, sizeof(header->mComment), "%d/%d Save Data", time.month + 1,
|
||||
time.day_of_month);
|
||||
snprintf(header->mComment, sizeof(header->mComment), "%d/%d Save Data", time.mon + 1,
|
||||
time.mday);
|
||||
|
||||
ResTIMG* banner_data =
|
||||
(ResTIMG*)g_dComIfG_gameInfo.play.mCardIconResArchive->getResource("zelda2_gc_banner.bti");
|
||||
|
||||
Reference in New Issue
Block a user