Skip to content

Commit

Permalink
Remove heap setting for now and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 committed Feb 7, 2019
1 parent 9329d94 commit ed7bb2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ROMFS := RomFs

APP_TITLE := Browser
APP_AUTHOR := For The Users
APP_VERSION := 0.2.0
APP_VERSION := 0.3.0
APP_TITLEID := 0100C4C320C0FFEE
ICON := Control/icon_AmericanEnglish.dat

Expand Down
3 changes: 2 additions & 1 deletion source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ int main(int argc, char* argv[])
void *haddr;
if(!envIsNso()){
// Heap trick to give some memory to the applet pool, otherwise won't work from album
svcSetHeapSize(&haddr, 0x13001000);
// FIXME: Album still doesn't work
// svcSetHeapSize(&haddr, 0x13001000);
}
Result rc=0;
int i = 0;
Expand Down

0 comments on commit ed7bb2c

Please sign in to comment.