mirror of https://github.com/bsnes-emu/bsnes.git
nall: Fix the build for gcc13
This commit is contained in:
parent
a22c5c3eeb
commit
5cefce5c08
|
@ -1,3 +1,5 @@
|
|||
#include <stdexcept>
|
||||
|
||||
#define ConcatenateType(Size) uint##Size##_t
|
||||
#define DeclareType(Size) ConcatenateType(Size)
|
||||
|
||||
|
|
Loading…
Reference in New Issue