mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 07:49:21 +00:00
Merge pull request #6148 from leoetlino/null-bug
NANDImporter: Construct strings correctly
This commit is contained in:
commit
91dac03c45
2 changed files with 2 additions and 5 deletions
|
@ -29,7 +29,7 @@ private:
|
|||
#pragma pack(push, 1)
|
||||
struct NANDFSTEntry
|
||||
{
|
||||
u8 name[12];
|
||||
char name[12];
|
||||
u8 mode; // 0x0C
|
||||
u8 attr; // 0x0D
|
||||
u16 sub; // 0x0E
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue