Merge a7a7ef52d107aa56bac246fa7415884614651109 into b0f2597e380d4a84c158f8967cfcd5a35ac0fe12

This commit is contained in:
Falco Girgis 2025-07-13 21:30:44 +05:00 committed by GitHub
commit 26289c940b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;