ChonkyStation/cop0.cpp
2021-06-14 17:23:34 +02:00

5 lines
No EOL
66 B
C++

#include "cop0.h"
cop0::cop0() {
regs[15] = 1; // funni number
}