add basic libretro file wip
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef RETROSCREEN_H
|
||||
#define RETROSCREEN_H 1
|
||||
|
||||
extern int CROP_WIDTH;
|
||||
extern int CROP_HEIGHT;
|
||||
extern int VIRTUAL_WIDTH;
|
||||
extern int retrow ;
|
||||
extern int retroh ;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user