mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-09-11 18:15:24 -05:00
Add support for 2D only mode when 3D mode is requested
This commit is contained in:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user