Skip to content

Commit

Permalink
Roll back potentially unstable commit
Browse files Browse the repository at this point in the history
Misinterpreted the code's function
  • Loading branch information
TheMrIron2 authored Dec 22, 2017
1 parent e568cb8 commit 2270f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/menu.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include <ogcsys.h>

#define MAX_PICTURE_SIZE (1280*720*6) // ~5.5MB - 1024*1024*6 = 6MB
#define MAX_PICTURE_SIZE (1024*1024*6) // ~5.5MB - 1024*1024*6 = 6MB

void WiiMenu();
void MPlayerMenu();
Expand Down

0 comments on commit 2270f24

Please sign in to comment.