Add support for 2D only mode when 3D mode is requested

This commit is contained in:
Lorenzooone
2026-01-12 02:22:05 +01:00
parent 4334ddccd9
commit 2197dbb9ca
3 changed files with 52 additions and 15 deletions

View File

@@ -239,8 +239,9 @@ struct ALIGNED(8) PACKED PartnerCTRCaptureCommandHeader0F {
struct ALIGNED(8) PACKED PartnerCTRCaptureCommandHeaderCxScreen {
PartnerCTRCaptureCommand command;
uint8_t index_kind; // Reflects C4, C5 and C6, so either 04, 05 or 06
uint8_t index;
uint16_t unk[3];
uint16_t index;
uint8_t unk;
uint16_t unk2[2];
};
// Sound data, maybe...? Sent every 3 screens in 2D...