mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 21:07:47 +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
|
@ -142,10 +142,10 @@ std::string GetExtSaveDataPath(const std::string& mount_point, const Path& path)
|
|||
std::string GetExtDataContainerPath(const std::string& mount_point, bool shared) {
|
||||
if (shared)
|
||||
return Common::StringFromFormat("%sdata/%s/extdata/", mount_point.c_str(),
|
||||
SYSTEM_ID.c_str());
|
||||
SYSTEM_ID);
|
||||
|
||||
return Common::StringFromFormat("%sNintendo 3DS/%s/%s/extdata/", mount_point.c_str(),
|
||||
SYSTEM_ID.c_str(), SDCARD_ID.c_str());
|
||||
SYSTEM_ID, SDCARD_ID);
|
||||
}
|
||||
|
||||
Path ConstructExtDataBinaryPath(u32 media_type, u32 high, u32 low) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue