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