mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
commit
e21c5c6747
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,7 @@ extern "C"
|
|||
{
|
||||
#include "zlib.h"
|
||||
#include "ext/libkirk/amctrl.h"
|
||||
|
||||
#include "ext/libkirk/kirk_engine.h"
|
||||
};
|
||||
|
||||
BlockDevice *constructBlockDevice(const char *filename) {
|
||||
|
@ -222,6 +222,8 @@ NPDRMDemoBlockDevice::NPDRMDemoBlockDevice(FILE *file)
|
|||
ERROR_LOG(LOADER, "Invalid NPUMDIMG header!");
|
||||
}
|
||||
|
||||
kirk_init();
|
||||
|
||||
// getkey
|
||||
sceDrmBBMacInit(&mkey, 3);
|
||||
sceDrmBBMacUpdate(&mkey, np_header, 0xc0);
|
||||
|
|
Loading…
Add table
Reference in a new issue