diff --git a/source/luaNetwork.cpp b/source/luaNetwork.cpp index 6deadc4..d3fd359 100644 --- a/source/luaNetwork.cpp +++ b/source/luaNetwork.cpp @@ -27,7 +27,7 @@ #- All the devs involved in Rejuvenate and vita-toolchain --------------------------------------------------------------# #- xerpi for drawing libs and for FTP server code ----------------------------------------------------------------------# #-----------------------------------------------------------------------------------------------------------------------*/ -#define NET_INIT_SIZE 1*1024*1024 +#define NET_INIT_SIZE (141 * 1024) #include #include #include diff --git a/source/luaSound.cpp b/source/luaSound.cpp index 7bcd213..4e213fe 100644 --- a/source/luaSound.cpp +++ b/source/luaSound.cpp @@ -82,7 +82,7 @@ static int audioThread(unsigned int args, void* arg) { if (mus == NULL) { //If we enter here, we probably are in the exiting procedure - if (mustExit){ + if (mustExit) { sceKernelSignalSema(Audio_Mutex, 1); sceAudioOutReleasePort(ch); return sceKernelExitDeleteThread(0);