mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-06 07:18:03 -04:00
supporting caanoo, line doublers, refactoring
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@893 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
c4046e6e06
commit
b6072c177f
18 changed files with 317 additions and 210 deletions
|
@ -81,6 +81,7 @@ static int menu_loop_cscaler(menu_id id, int keys)
|
|||
#include <errno.h>
|
||||
|
||||
static menu_entry e_menu_gfx_options[];
|
||||
static menu_entry e_menu_options[];
|
||||
|
||||
void pnd_menu_init(void)
|
||||
{
|
||||
|
@ -139,5 +140,8 @@ void pnd_menu_init(void)
|
|||
i = me_id2offset(e_menu_gfx_options, MA_OPT3_FILTERING);
|
||||
e_menu_gfx_options[i].data = (void *)mfilters;
|
||||
pnd_filter_list = mfilters;
|
||||
|
||||
i = me_id2offset(e_menu_options, MA_OPT_SCALING);
|
||||
e_menu_options[i]->name = "Max CPU clock";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue