Xserver: select video mode and font scale at start
This commit is contained in:
11
project/jni/application/xserver/gfx.h
Normal file
11
project/jni/application/xserver/gfx.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _XSDL_GFX_H_
|
||||
#define _XSDL_GFX_H_
|
||||
|
||||
enum { VID_X = 480, VID_Y = 320 };
|
||||
|
||||
void XSDL_initSDL();
|
||||
void XSDL_deinitSDL();
|
||||
void XSDL_unpackFiles();
|
||||
void XSDL_showConfigMenu(int * resolutionW, int * displayW, int * resolutionH, int * displayH);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user