dingusppc/ppcgekkoopcodes.cpp
dingusdev eaa517b63b
Add files via upload
The first attempt at uploading new files.
2019-07-01 19:15:33 -07:00

33 lines
752 B
C++

//DingusPPC - Prototype 5bf2
//Written by divingkatae
//(c)2018-20 (theweirdo)
//Please ask for permission
//if you want to distribute this.
//(divingkatae#1017 on Discord)
// The uniquely Gekko opcodes for the processor - ppcgekkoopcodes.cpp
#include <iostream>
#include <stdio.h>
#include "ppcemumain.h"
void ppc_psq_l(){
printf("Hello. There's no GameCube emulation...yet. Goodbye.");
exit(0);
}
void ppc_psq_lu(){
printf("Hello. There's no GameCube emulation...yet. Goodbye.");
exit(0);
}
void ppc_psq_st(){
printf("Hello. There's no GameCube emulation...yet. Goodbye.");
exit(0);
}
void ppc_psq_stu(){
printf("Hello. There's no GameCube emulation...yet. Goodbye.");
exit(0);
}