mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Remove /dev_flash/ configuration
Simplify code by using root config location for /dev_flash/ Hide Emu.GetEmuDir() function due to the risk of misuse
This commit is contained in:
parent
e4da284176
commit
81e5f3b7f2
10 changed files with 56 additions and 69 deletions
|
|
@ -57,7 +57,7 @@ s32 cellSslCertificateLoader(u64 flag, vm::ptr<char> buffer, u32 size, vm::ptr<u
|
|||
cellSsl.trace("cellSslCertificateLoader(flag=%llu, buffer=0x%x, size=%zu, required=0x%x)", flag, buffer, size, required);
|
||||
|
||||
const std::bitset<58> flagBits(flag);
|
||||
const std::string certPath = vfs::get("/dev_flash/") + "data/cert/";
|
||||
const std::string certPath = vfs::get("/dev_flash/data/cert/");
|
||||
|
||||
if (required)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue