1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

Disable RSPTHREAD use for zilmar spec build.

This commit is contained in:
Sergey Lipskiy 2017-11-20 21:11:24 +07:00
parent e068a9dd77
commit 426488c88a
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@
#include "windows/GLideN64_windows.h"
#include "ZilmarGFX_1_3.h"
#include "FrameBufferInfoAPI.h"
#define RSPTHREAD
//#define RSPTHREAD
#endif
#ifdef RSPTHREAD

View File

@ -1,4 +1,5 @@
#include <algorithm>
#include <string>
#include "GLideN64_Windows.h"
#include <commctrl.h>
#include "../PluginAPI.h"