Implement more sh4

This commit is contained in:
Luke Benstead 2021-04-05 14:43:57 +01:00
parent 20733435e4
commit df646bdb53

View File

@ -78,11 +78,11 @@ inline void TransformVertices(const Vertex* vertices, const int count) {
void InitGPU(_Bool autosort, _Bool fsaa);
inline void GPUSetPaletteFormat(GPUPaletteFormat format) {
pvr_set_pal_format(format);
}
inline void GPUSetPaletteEntry(uint32_t idx, uint32_t value) {
pvr_set_pal_entry(idx, value);
}
inline void GPUSetBackgroundColour(float r, float g, float b) {