mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
Remove untested icon code
This commit is contained in:
parent
a711236307
commit
ee4a85aa4a
4 changed files with 2 additions and 76 deletions
|
@ -42,7 +42,6 @@ class FSService {
|
|||
Rust::Result<Handle, HorizonResult> openDirectoryHandle(ArchiveBase* archive, const FSPath& path);
|
||||
std::optional<Handle> openFileHandle(ArchiveBase* archive, const FSPath& path, const FSPath& archivePath, const FilePerms& perms);
|
||||
FSPath readPath(u32 type, u32 pointer, u32 size);
|
||||
void writePointer(const u8* data, u32 pointer, u32 size);
|
||||
|
||||
const EmulatorConfig& config;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue