Browse Source

Atualizar src/yuzu/migration_worker.h

pull/3309/head
DraVee 3 weeks ago
parent
commit
28cb9e24e5
  1. 6
      src/yuzu/migration_worker.h

6
src/yuzu/migration_worker.h

@ -10,15 +10,9 @@
typedef struct Emulator {
const char *m_name;
<<<<<<< HEAD
Common::FS::EmuPath e_user_dir;
Common::FS::EmuPath e_config_dir;
Common::FS::EmuPath e_cache_dir;
=======
LegacyPath e_user_dir;
LegacyPath e_config_dir;
LegacyPath e_cache_dir;
>>>>>>> parent of 39f226a853 ([qt] Ryujinx save data link (#2815))
const std::string get_user_dir() const {
return Common::FS::GetLegacyPath(e_user_dir).string();

Loading…
Cancel
Save