Implement more sh4
This commit is contained in:
parent
20733435e4
commit
df646bdb53
|
@ -78,11 +78,11 @@ inline void TransformVertices(const Vertex* vertices, const int count) {
|
||||||
void InitGPU(_Bool autosort, _Bool fsaa);
|
void InitGPU(_Bool autosort, _Bool fsaa);
|
||||||
|
|
||||||
inline void GPUSetPaletteFormat(GPUPaletteFormat format) {
|
inline void GPUSetPaletteFormat(GPUPaletteFormat format) {
|
||||||
|
pvr_set_pal_format(format);
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void GPUSetPaletteEntry(uint32_t idx, uint32_t value) {
|
inline void GPUSetPaletteEntry(uint32_t idx, uint32_t value) {
|
||||||
|
pvr_set_pal_entry(idx, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
inline void GPUSetBackgroundColour(float r, float g, float b) {
|
inline void GPUSetBackgroundColour(float r, float g, float b) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user