mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 22:05:38 +00:00
Fix Linux build again
This commit is contained in:
parent
6a17a558bb
commit
0d4fe1eb71
|
@ -21,6 +21,7 @@
|
|||
#include "pgxp.h"
|
||||
#include "settings.h"
|
||||
#include <cmath>
|
||||
#include <climits>
|
||||
|
||||
namespace PGXP {
|
||||
// pgxp_types.h
|
||||
|
@ -1836,4 +1837,4 @@ void CPU_CTC0(u32 instr, u32 rdVal, u32 rtVal)
|
|||
CP0_reg[rd(instr)].value = rdVal;
|
||||
}
|
||||
|
||||
} // namespace PGXP
|
||||
} // namespace PGXP
|
||||
|
|
Loading…
Reference in a new issue