Skip to content

Commit

Permalink
crash
Browse files Browse the repository at this point in the history
  • Loading branch information
blastrock committed Oct 7, 2018
1 parent 251a6ba commit 724ec4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/vitafile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ std::vector<uint8_t> pkgi_load(const std::string& path)
int pkgi_save(const char* name, const void* data, uint32_t size)
{
SceUID fd = sceIoOpen(name, SCE_O_WRONLY | SCE_O_CREAT | SCE_O_TRUNC, 0777);
std::runtime_error("lol");
asm("nop;nop;nop;nop;nop;nop;nop;nop;nop;nop;nop;nop;nop;nop;nop;nop;nop;");
std::runtime_error(std::string("lol"));

if (fd < 0)
{
Expand Down

0 comments on commit 724ec4c

Please sign in to comment.