Browse Source

thanks macos, remove unused

lizzie/bundleevil123
lizzie 2 months ago
parent
commit
ff2da91740
  1. 5
      src/core/file_sys/system_archive/system_archive.cpp

5
src/core/file_sys/system_archive/system_archive.cpp

@ -15,12 +15,9 @@
namespace FileSys::SystemArchive {
constexpr u64 SYSTEM_ARCHIVE_BASE_TITLE_ID = 0x0100000000000800;
using SystemArchiveSupplier = VirtualDir (*)();
struct SystemArchiveDescriptor {
const char* name;
SystemArchiveSupplier supplier;
VirtualDir (*supplier)();
};
constexpr inline SystemArchiveDescriptor GetSystemArchive(u64 title_id) {

Loading…
Cancel
Save