mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 22:11:18 +12:00
Remove dependency on boost::dll and boost::range
This commit is contained in:
parent
80953fe603
commit
41f2c27229
8 changed files with 31 additions and 37 deletions
|
@ -271,7 +271,7 @@ void HandlePostUpdate()
|
|||
{
|
||||
// finalize update process
|
||||
// delete update cemu.exe.backup if available
|
||||
const auto filename = ActiveSettings::GetFullPath().replace_extension("exe.backup");
|
||||
const auto filename = ActiveSettings::GetExecutablePath().replace_extension("exe.backup");
|
||||
if (fs::exists(filename))
|
||||
{
|
||||
#if BOOST_OS_WINDOWS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue