mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
fix: sound engine stub, avoid fallback to ps4
This commit is contained in:
parent
9d293eb245
commit
7ac298fe3b
|
|
@ -16,6 +16,8 @@
|
|||
#include <Durango/Miles/include/mss.h>
|
||||
#elif defined _WINDOWS64
|
||||
#include <windows64/Miles/include/mss.h>
|
||||
#elif defined _CROSS64
|
||||
// TODO: stub with actual miles replacement
|
||||
#else // PS4
|
||||
// 4J Stu - Temp define to get Miles to link, can likely be removed when we get a new version of Miles
|
||||
#define _SEKRIT2
|
||||
|
|
|
|||
Loading…
Reference in a new issue