mirror of
https://gitea.tendokyu.moe/TeamTofuShop/segatools.git
synced 2026-09-22 22:37:59 +03:00
change MAX_REDIRECTIONS from 64 to 8
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#define MAX_REDIRECTIONS 64
|
||||
#define MAX_REDIRECTIONS 8
|
||||
|
||||
struct vfs_config {
|
||||
bool enable;
|
||||
|
||||
Reference in New Issue
Block a user