Qt6 frontend

Reviewed-on: #1
Co-authored-by: iris <iris.kaizen@pm.me>
Co-committed-by: iris <iris.kaizen@pm.me>
This commit was merged in pull request #1.
This commit is contained in:
2026-06-09 17:14:08 +02:00
committed by iris
parent 3080d4d45a
commit 430139dc9f
315 changed files with 860 additions and 140860 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ void Mem::Reset() {
void Mem::LoadSRAM(SaveType save_type, fs::path path) {
if (save_type == SAVE_SRAM_256k) {
std::error_code err;
std::string savePath = Options::GetInstance().GetValue<std::string>("general", "savePath");
std::string savePath = Options::GetSavesPath();
if (!savePath.empty()) {
path = savePath / path.filename();
}