mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-08-20 07:34:15 -05:00
Remove useless pack
This commit is contained in:
@@ -48,14 +48,10 @@ struct DisplayData {
|
||||
bool last_connected_ds;
|
||||
};
|
||||
|
||||
#pragma pack(push, 1)
|
||||
|
||||
struct PACKED VideoOutputData {
|
||||
struct VideoOutputData {
|
||||
uint8_t screen_data[MAX_IN_VIDEO_SIZE][3];
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
struct CropData {
|
||||
int top_width;
|
||||
int top_height;
|
||||
|
||||
Reference in New Issue
Block a user