mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-30 22:25:43 +02:00
thanks macos, remove unused
This commit is contained in:
parent
da4670edd8
commit
ff2da91740
1 changed files with 1 additions and 4 deletions
|
|
@ -15,12 +15,9 @@
|
||||||
|
|
||||||
namespace FileSys::SystemArchive {
|
namespace FileSys::SystemArchive {
|
||||||
|
|
||||||
constexpr u64 SYSTEM_ARCHIVE_BASE_TITLE_ID = 0x0100000000000800;
|
|
||||||
using SystemArchiveSupplier = VirtualDir (*)();
|
|
||||||
|
|
||||||
struct SystemArchiveDescriptor {
|
struct SystemArchiveDescriptor {
|
||||||
const char* name;
|
const char* name;
|
||||||
SystemArchiveSupplier supplier;
|
VirtualDir (*supplier)();
|
||||||
};
|
};
|
||||||
|
|
||||||
constexpr inline SystemArchiveDescriptor GetSystemArchive(u64 title_id) {
|
constexpr inline SystemArchiveDescriptor GetSystemArchive(u64 title_id) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue