mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-20 22:09:55 +00:00
a
This commit is contained in:
parent
25e1a843c6
commit
5d771055ec
2 changed files with 2 additions and 2 deletions
|
|
@ -385,7 +385,7 @@ int main(int argc, char *argv[]){
|
|||
for (int i = 0; i < 1000; ++i){
|
||||
/* We can stop waiting when the request was ack'd */
|
||||
if (rtData.rqTermAck){
|
||||
Debug() << "[main]RGSS thread ack'd request after" << i*10 << "ms";
|
||||
Debug() << "[main] RGSS thread ack'd request after" << i*10 << "ms";
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
#include <SDL3_image/SDL_image.h>
|
||||
#include <SDL3_ttf/SDL_ttf.h>
|
||||
#include <SDL3/SDL_messagebox.h>
|
||||
|
||||
#include <SDL3/SDL_filesystem.h>
|
||||
// OS-Specific code
|
||||
#if defined(_WIN32)
|
||||
#define SECURITY_WIN32
|
||||
|
|
|
|||
Loading…
Reference in a new issue