mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-09 17:14:47 -06:00
Sync fork with cmu-project:main, add BOOST_OS_BSD to the conditional include of resource/embedded/resources.h in the new src/gui/input/HotkeySettings.cpp file
This commit is contained in:
parent
52ec6a0cb5
commit
d18ecc0cef
@ -4,7 +4,7 @@
|
||||
#include "input/InputManager.h"
|
||||
#include "HotkeySettings.h"
|
||||
|
||||
#if BOOST_OS_LINUX || BOOST_OS_MACOS
|
||||
#if BOOST_OS_LINUX || BOOST_OS_MACOS || BOOST_OS_BSD
|
||||
#include "resource/embedded/resources.h"
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user