mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-23 07:28:13 +00:00
core: Remove HLE module, consolidate code & various cleanups.
This commit is contained in:
parent
d504f6cf08
commit
5d22844f3e
19 changed files with 94 additions and 107 deletions
|
@ -17,9 +17,9 @@ class FileBackend;
|
|||
}
|
||||
|
||||
/// The unique system identifier hash, also known as ID0
|
||||
extern const std::string SYSTEM_ID;
|
||||
static constexpr char SYSTEM_ID[]{ "00000000000000000000000000000000" };
|
||||
/// The scrambled SD card CID, also known as ID1
|
||||
extern const std::string SDCARD_ID;
|
||||
static constexpr char SDCARD_ID[]{ "00000000000000000000000000000000" };
|
||||
|
||||
namespace Service {
|
||||
namespace FS {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue