We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ad2b1 commit 98d9684Copy full SHA for 98d9684
1 file changed
src/mips/openbios/gpu/gpu.h
@@ -29,7 +29,7 @@ SOFTWARE.
29
#include <stdint.h>
30
31
void GPU_dw(unsigned x, unsigned y, unsigned w, unsigned h, const void* src);
32
-void GPU_mem2vram(unsigned x, unsigned y, unsigned w, unsigned h, const void *src);
+void GPU_mem2vram(unsigned x, unsigned y, unsigned w, unsigned h, const void* src);
33
void GPU_send(uint32_t cmd);
34
int GPU_cw(uint32_t cmd);
35
void GPU_cwb(uint32_t* cmds, int count);
0 commit comments