mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 18:58:36 +12:00
Make a basic trophy notification dialog (#3204)
* Make trophy notification dialog. * Fix bug where trophy state doesn't persist with game reboot.
This commit is contained in:
parent
779ed75a19
commit
b0737d1c90
17 changed files with 217 additions and 21 deletions
|
@ -9,14 +9,12 @@ bool TROPUSRLoader::Load(const std::string& filepath, const std::string& configp
|
|||
{
|
||||
const std::string& path = vfs::get(filepath);
|
||||
|
||||
if (!Generate(filepath, configpath))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!m_file.open(path, fs::read))
|
||||
{
|
||||
return false;
|
||||
if (!Generate(filepath, configpath))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
if (!LoadHeader() || !LoadTableHeaders() || !LoadTables())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue