mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2024-11-22 04:39:17 +01:00
Decrease the maximum plugin description length to 100 byte.
This commit is contained in:
parent
8e6ae7e119
commit
719ae8e4da
@ -35,7 +35,7 @@ extern "C" {
|
||||
|
||||
#define MAXIMUM_PLUGIN_PATH_NAME_LENGTH 256
|
||||
#define MAXIMUM_PLUGIN_NAME_LENGTH 51
|
||||
#define MAXIMUM_PLUGIN_DESCRIPTION_LENGTH 255
|
||||
#define MAXIMUM_PLUGIN_DESCRIPTION_LENGTH 100
|
||||
#define MAXIMUM_PLUGIN_META_FIELD_LENGTH 51
|
||||
|
||||
#define PLUGIN_DYN_LINK_RELOCATION_LIST_LENGTH 1000
|
||||
|
Loading…
Reference in New Issue
Block a user