mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Fix saving and some more logging
Fixes Shin Hayarigami (BLJS10279).
This commit is contained in:
parent
3896c39ceb
commit
66cf864ee0
4 changed files with 59 additions and 30 deletions
|
|
@ -16,7 +16,7 @@ TRPLoader::~TRPLoader()
|
|||
|
||||
bool TRPLoader::Install(std::string dest, bool show)
|
||||
{
|
||||
if(!trp_f.IsOpened())
|
||||
if (!trp_f.IsOpened())
|
||||
return false;
|
||||
|
||||
if (!dest.empty() && dest.back() != '/')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue