Start using some C++ 14 features.

This commit is contained in:
Markus F.X.J. Oberhumer
2020-12-08 05:40:17 +01:00
parent 361a3056cb
commit f7e2266c3f
62 changed files with 971 additions and 960 deletions
+2 -2
View File
@@ -70,9 +70,9 @@ protected:
__packed_struct(ps1_exe_t)
// ident string
char id[8];
// is NULL
// is nullptr
LE32 text;
// is NULL
// is nullptr
LE32 data;
// initial program counter
LE32 epc;