mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-08 06:47:23 -04:00
Merge a7a7ef52d107aa56bac246fa7415884614651109 into b0f2597e380d4a84c158f8967cfcd5a35ac0fe12
This commit is contained in:
commit
26289c940b
@ -26,6 +26,10 @@
|
||||
#include "Errors.h"
|
||||
#include "Options.h"
|
||||
|
||||
#if defined CC_BUILD_DREAMCAST
|
||||
# include <kos.h>
|
||||
#endif
|
||||
|
||||
static char nameBuffer[STRING_SIZE];
|
||||
static char motdBuffer[STRING_SIZE];
|
||||
static char appBuffer[STRING_SIZE];
|
||||
@ -135,6 +139,9 @@ static void SPConnection_BeginConnect(void) {
|
||||
#if defined CC_BUILD_NDS || defined CC_BUILD_PS1 || defined CC_BUILD_SATURN || defined CC_BUILD_MACCLASSIC || defined CC_BUILD_32X || defined CC_BUILD_GBA
|
||||
horSize = 16;
|
||||
verSize = 16;
|
||||
#elif defined CC_BUILD_DREAMCAST
|
||||
horSize = DBL_MEM? 128 : 64;
|
||||
verSize = 64;
|
||||
#elif defined CC_BUILD_LOWMEM
|
||||
horSize = 64;
|
||||
verSize = 64;
|
||||
|
Loading…
x
Reference in New Issue
Block a user