mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
PKG: Ask to user if he wants to install game shortcut on PKG installation
This commit is contained in:
parent
b7d80ab335
commit
0d126afb1f
6 changed files with 175 additions and 12 deletions
|
|
@ -858,6 +858,12 @@ bool package_reader::extract_data(atomic_t<double>& sync)
|
|||
else
|
||||
{
|
||||
pkg_log.notice("Created file %s", path);
|
||||
|
||||
if (name == "USRDIR/EBOOT.BIN" && entry.file_size > 4)
|
||||
{
|
||||
// Expose the creation of a bootable file
|
||||
m_bootable_file_path = path;
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue