mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Minor changes
This commit is contained in:
parent
d4e0da3f80
commit
fd628d8345
11 changed files with 113 additions and 93 deletions
|
|
@ -5,6 +5,10 @@
|
|||
|
||||
#include "OpenALThread.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment(lib, "OpenAL32.lib")
|
||||
#endif
|
||||
|
||||
ALenum g_last_al_error = AL_NO_ERROR;
|
||||
ALCenum g_last_alc_error = ALC_NO_ERROR;
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,10 @@
|
|||
#define ASMJIT_STATIC
|
||||
#define ASMJIT_DEBUG
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment(lib, "asmjit.lib")
|
||||
#endif
|
||||
|
||||
#include "asmjit.h"
|
||||
|
||||
#define OFFSET_OF(type, x) static_cast<s32>(reinterpret_cast<uintptr_t>(&(((type*)0)->x)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue