mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-27 16:25:36 +01:00
7 lines
131 B
C
7 lines
131 B
C
|
#ifndef _XFB_H
|
||
|
#define _XFB_H
|
||
|
|
||
|
#include "Common.h"
|
||
|
void ConvertXFB(int *dst, const u8* _pXFB, int width, int height);
|
||
|
|
||
|
#endif
|