mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-09-13 19:15:26 -05:00
Improve FPS on lower end hardware
This commit is contained in:
@@ -51,7 +51,7 @@ struct DisplayData {
|
||||
#pragma pack(push, 1)
|
||||
|
||||
struct PACKED VideoOutputData {
|
||||
uint8_t screen_data[MAX_IN_VIDEO_SIZE][4];
|
||||
uint8_t screen_data[MAX_IN_VIDEO_SIZE][3];
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
Reference in New Issue
Block a user