Cleaned up sdllink.c and broke drawing routines into sw and gl
This commit is contained in:
9
zsnes/src/linux/sw_draw.h
Normal file
9
zsnes/src/linux/sw_draw.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef SW_DRAW_h
|
||||
#define SW_DRAW_h 1
|
||||
|
||||
int sw_start(int width, int height, int req_depth, int FullScreen);
|
||||
void sw_end();
|
||||
void sw_clearwin();
|
||||
void sw_drawwin();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user