mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
Logs: remove mem-mapped buffer and move instance lock to main.cpp
Part of the work to untangle utilities from RPCS3-specific things.
This commit is contained in:
parent
1669e95870
commit
2209be5216
4 changed files with 54 additions and 82 deletions
|
@ -561,10 +561,6 @@ bool update_manager::handle_rpcs3(const QByteArray& rpcs3_data, bool /*automatic
|
|||
|
||||
replace_path = Emulator::GetEmuDir() + "rpcs3.exe";
|
||||
|
||||
// Creating a file to indicate we're restarting
|
||||
const std::string s_filelock = fs::get_cache_dir() + ".restart_lock";
|
||||
verify("Restart lock" HERE), !!fs::file(s_filelock, fs::create);
|
||||
|
||||
#endif
|
||||
|
||||
m_progress_dialog->close();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue