mirror of
https://github.com/Pecusx/libretro-atari800.git
synced 2026-05-20 22:33:22 +02:00
11 lines
169 B
C
11 lines
169 B
C
#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
|