mirror of
https://github.com/liuk7071/ChonkyStation.git
synced 2025-04-02 10:52:38 -04:00
5 lines
No EOL
66 B
C++
5 lines
No EOL
66 B
C++
#include "cop0.h"
|
|
|
|
cop0::cop0() {
|
|
regs[15] = 1; // funni number
|
|
} |