mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-07 03:21:38 +12:00
Tone down spacing
This commit is contained in:
parent
e6098ba7ae
commit
2e12eea806
4 changed files with 0 additions and 8 deletions
|
@ -6,7 +6,6 @@
|
|||
#include "helpers.hpp"
|
||||
|
||||
namespace RomFS {
|
||||
|
||||
struct RomFSNode {
|
||||
std::u16string name;
|
||||
// The file/directory offset relative to the start of the RomFS
|
||||
|
@ -20,5 +19,4 @@ namespace RomFS {
|
|||
};
|
||||
|
||||
std::unique_ptr<RomFSNode> parseRomFSTree(uintptr_t romFS, u64 romFSSize);
|
||||
|
||||
} // namespace RomFS
|
Loading…
Add table
Add a link
Reference in a new issue