mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-28 16:15:41 -04: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…
x
Reference in New Issue
Block a user