Talk:Homebrew ABI: Difference between revisions

RomFS Override: new section
m change RomFSOverride draft to specify that IFileSystem must respond to commands 0-12
Line 30: Line 30:
     * '''Value[1]:''' Ignored.
     * '''Value[1]:''' Ignored.
      
      
     The application may only expect that IFileSystem#GetEntryType, IFileSystem#OpenFile, and IFileSystem#OpenDirectory are implemented for the given handle.
     The given handle must respond to IFileSystem commands 0-12.


Possible alternatives include instead passing IFile/IStorage for the RomFS section, or IFile/IStorage for the entire ASET section.
Possible alternatives include instead passing IFile/IStorage for the RomFS section, or IFile/IStorage for the entire ASET section.
Return to "Homebrew ABI" page.