[FREELDR] Fix release builds for PC-98 and Xbox platforms

Fix error C4013: 'DebugDisableScreenPort' undefined; assuming extern returning int

Addendum to 98c17d31. CORE-16216
This commit is contained in:
Stanislav Motylkov 2021-11-27 18:00:06 +03:00
parent 0609db55d7
commit 1897f9f0c0
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92

View file

@ -117,6 +117,7 @@ void MEMORY_WRITE_BREAKPOINT4(unsigned long addr);
#define DebugInit(FrLdrSectionId)
#define BugCheck(fmt, ...)
#define DbgDumpBuffer(mask, buf, len)
#define DebugDisableScreenPort()
#define DbgParseDebugChannels(val)
#endif // DBG