mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-02 02:05:08 +02:00
Backported last irixxxx's changes to my FunKey fork
This commit is contained in:
@@ -32,7 +32,7 @@ void pemu_prep_defconfig(void)
|
||||
|
||||
void pemu_validate_config(void)
|
||||
{
|
||||
#if !defined(__arm__) && !defined(__aarch64__) && !defined(__mips__) && !defined(__riscv__) && !defined(__riscv) && !defined(__powerpc__) && !defined(__i386__) && !defined(__x86_64__)
|
||||
#if !defined(__arm__) && !defined(__aarch64__) && !defined(__mips__) && !defined(__riscv__) && !defined(__riscv) && !defined(__powerpc__) && !defined(__ppc__) && !defined(__i386__) && !defined(__x86_64__)
|
||||
PicoIn.opt &= ~POPT_EN_DRC;
|
||||
#endif
|
||||
}
|
||||
|
||||
16
platform/linux/menu.c
Normal file
16
platform/linux/menu.c
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "../libpicofe/gp2x/plat_gp2x.h"
|
||||
|
||||
// ------------ gfx options menu ------------
|
||||
|
||||
|
||||
const char *men_scaling_opts[] = { "OFF", "ON", NULL };
|
||||
|
||||
#define MENU_OPTIONS_GFX \
|
||||
// mee_enum ("screen scaling", MA_OPT_SCALING, currentConfig.scaling, men_scaling_opts), \
|
||||
|
||||
#define MENU_OPTIONS_ADV
|
||||
|
||||
void linux_menu_init(void)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user