mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 16:25:46 -04:00
Define LIBRETRO macro when building core, skip swap chain
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#include "namco_guncon.h"
|
||||
#include "common/assert.h"
|
||||
#include "common/log.h"
|
||||
#include "common/state_wrapper.h"
|
||||
#include "gpu.h"
|
||||
#include "host_display.h"
|
||||
@ -7,6 +8,7 @@
|
||||
#include "resources.h"
|
||||
#include "system.h"
|
||||
#include <array>
|
||||
Log_SetChannel(NamcoGunCon);
|
||||
|
||||
NamcoGunCon::NamcoGunCon(System* system) : m_system(system) {}
|
||||
|
||||
|
Reference in New Issue
Block a user