mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 20:56:25 +00:00
Some cleanup, extracted XFB convert code into VideoCommon, added non-activated support to gl plugin. + a minor bugfix with no effects seen so far in gl plugin :P
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@209 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
1aedd4891c
commit
b4d7ce0197
15 changed files with 196 additions and 212 deletions
|
@ -18,5 +18,8 @@
|
|||
#ifndef _XFB_H
|
||||
#define _XFB_H
|
||||
|
||||
void XFB_Init();
|
||||
void XFB_Draw(u8 *xfb_in_ram);
|
||||
void XFB_Shutdown();
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue