mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
pandora: allow to move the overlay partially offscreen
to allow to cut off black bars, if the user chooses to do so
This commit is contained in:
parent
70db485b44
commit
ca980e1b0a
3 changed files with 86 additions and 51 deletions
|
@ -1,6 +1,8 @@
|
|||
|
||||
extern int g_layer_cx, g_layer_cy;
|
||||
extern int g_layer_cw, g_layer_ch;
|
||||
extern int saved_start_line, saved_line_count;
|
||||
extern int saved_start_col, saved_col_count;
|
||||
|
||||
void pnd_menu_init(void);
|
||||
int pnd_setup_layer(int enabled, int x, int y, int w, int h);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue