mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
ホワイトリストバッファ拡張
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1223 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
cfad8755ed
commit
c1e5546224
@ -27,7 +27,7 @@
|
|||||||
#ifdef DHT_TEST
|
#ifdef DHT_TEST
|
||||||
#include <sysmenu/dht/dht.h>
|
#include <sysmenu/dht/dht.h>
|
||||||
#ifdef SDK_ARM9
|
#ifdef SDK_ARM9
|
||||||
#define DS_HASH_TABLE_SIZE (128*1024)
|
#define DS_HASH_TABLE_SIZE (256*1024)
|
||||||
static u8 dht_buffer[DS_HASH_TABLE_SIZE] ATTRIBUTE_ALIGN(256);
|
static u8 dht_buffer[DS_HASH_TABLE_SIZE] ATTRIBUTE_ALIGN(256);
|
||||||
static DHTFile *const dht = (DHTFile*)dht_buffer;
|
static DHTFile *const dht = (DHTFile*)dht_buffer;
|
||||||
#else
|
#else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user