mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
Very basic steam game coordinator emulation.
This commit is contained in:
parent
08a96883e7
commit
e3ddc8d89f
2 changed files with 50 additions and 4 deletions
|
|
@ -47,6 +47,7 @@ EXTERN_C IMAGE_DOS_HEADER __ImageBase;
|
|||
#define PRINT_DEBUG(a, ...) do {FILE *t = fopen("STEAM_LOG.txt", "a"); fprintf(t, "%u " a, GetCurrentThreadId(), __VA_ARGS__); fclose(t); WSASetLastError(0);} while (0)
|
||||
#endif
|
||||
#else
|
||||
#include <arpa/inet.h>
|
||||
#define PATH_SEPARATOR "/"
|
||||
#ifndef EMU_RELEASE_BUILD
|
||||
#define PRINT_DEBUG(...) {FILE *t = fopen("STEAM_LOG.txt", "a"); fprintf(t, __VA_ARGS__); fclose(t);}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue