mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
fix style
This commit is contained in:
parent
145a9b4e1d
commit
c018281509
1 changed files with 4 additions and 4 deletions
|
@ -24,16 +24,16 @@ struct SceUtilityGamedataInstallParam
|
|||
pspUtilityDialogCommon common;
|
||||
u32 unknown1;
|
||||
char gameName[13];
|
||||
char ignore1[3];
|
||||
char ignore1[3];
|
||||
char dataName[20];
|
||||
char gamedataParamsGameTitle[128];
|
||||
char gamedataParamsDataTitle[128];
|
||||
char gamedataParamsData[1024];
|
||||
u8 unknown2;
|
||||
char ignore2[7];
|
||||
char ignore2[7];
|
||||
u32 unknownResult1;
|
||||
u32 unknownResult2;
|
||||
char ignore[48];
|
||||
char ignore[48];
|
||||
};
|
||||
|
||||
class PSPGamedataInstallDialog: public PSPDialog {
|
||||
|
@ -51,4 +51,4 @@ public:
|
|||
|
||||
private:
|
||||
SceUtilityGamedataInstallParam request;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue