mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
get rid of port_config.h
This commit is contained in:
parent
5609d343e3
commit
9c9cda8c39
21 changed files with 73 additions and 288 deletions
|
@ -6,8 +6,6 @@
|
|||
* See COPYING file in the top-level directory.
|
||||
*/
|
||||
|
||||
#include "port_config.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -16,14 +14,8 @@ extern "C" {
|
|||
|
||||
extern void *g_screen_ptr;
|
||||
|
||||
#if SCREEN_SIZE_FIXED
|
||||
#define g_screen_width SCREEN_WIDTH
|
||||
#define g_screen_height SCREEN_HEIGHT
|
||||
#else
|
||||
extern int g_screen_width;
|
||||
extern int g_screen_height;
|
||||
#endif
|
||||
|
||||
|
||||
#define EOPT_EN_SRAM (1<<0)
|
||||
#define EOPT_SHOW_FPS (1<<1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue