mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 16:45:47 +00:00
Archives: Changed the way paths are built for the archives.
Each archive now takes a mount point of either NAND or SDMC, and builds its own directory structure there, trying to simulate an HLE-friendly hardware layout
This commit is contained in:
parent
cfd7b219f6
commit
71a063f45c
13 changed files with 68 additions and 47 deletions
|
@ -10,6 +10,11 @@
|
|||
#include "core/hle/kernel/kernel.h"
|
||||
#include "core/hle/result.h"
|
||||
|
||||
/// The unique system identifier hash, also known as ID0
|
||||
extern const u32 SYSTEM_ID;
|
||||
/// The scrambled SD card CID, also known as ID1
|
||||
extern const u32 SDCARD_ID;
|
||||
|
||||
namespace Service {
|
||||
namespace FS {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue