Stub GPU DMA, fix up some FS stuff. horribly wrong savedata implementation

This commit is contained in:
wheremyfoodat 2022-10-15 13:28:29 +03:00
parent b6a1da21a9
commit 5d15efe72c
13 changed files with 169 additions and 35 deletions

View file

@ -9,7 +9,7 @@ namespace PathType {
Empty = 1,
Binary = 2,
ASCII = 3,
UTF8 = 4,
UTF16 = 4,
};
}
@ -68,7 +68,6 @@ struct ArchiveSession {
class ArchiveBase {
protected:
using Result = u32;
using Handle = u32;
Memory& mem;