mirror of
https://github.com/Ryuzaki-MrL/savemii.git
synced 2026-08-25 04:14:02 -05:00
Increase path buffer size
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "lib_easy.h"
|
||||
#include "draw.h"
|
||||
|
||||
#define PATH_SIZE 0x200
|
||||
#define PATH_SIZE 0x400
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user