dolphin/Source/Plugins/Plugin_VideoDX9/Src/XFB.h

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