Skip to content

Commit

Permalink
- Changed screenshot output to host0:/
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Nov 25, 2012
1 parent d418e1e commit a85404c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/common.c
Expand Up @@ -213,7 +213,7 @@ void emulatorEmitScreenshot() {
topaddr |= 0x40000000;
}

if ((file = sceIoOpen("__screenshot.bmp", PSP_O_CREAT | PSP_O_WRONLY | PSP_O_TRUNC, 0777)) >= 0) {
if ((file = sceIoOpen("host0:/__screenshot.bmp", PSP_O_CREAT | PSP_O_WRONLY | PSP_O_TRUNC, 0777)) >= 0) {
int y, x;
uint c;
uint* vram_row;
Expand Down

0 comments on commit a85404c

Please sign in to comment.