mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
cleanup rg99 specifics and remove odbetaflag
This commit is contained in:
parent
0e7c531169
commit
830935963d
2 changed files with 2 additions and 14 deletions
|
@ -331,7 +331,7 @@ static void plat_sdl_resize(int w, int h)
|
|||
{
|
||||
// take over new settings
|
||||
if (plat_sdl_screen->w != area.w || plat_sdl_screen->h != area.h) {
|
||||
#if defined(__ODBETA__)
|
||||
#if defined(__OPENDINGUX__)
|
||||
if (currentConfig.vscaling != EOPT_SCALE_HW &&
|
||||
plat_sdl_screen->w == 320 &&
|
||||
plat_sdl_screen->h == 480) {
|
||||
|
@ -398,11 +398,6 @@ void plat_init(void)
|
|||
in_sdl_init(&in_sdl_platform_data, plat_sdl_event_handler);
|
||||
in_probe();
|
||||
|
||||
#if defined(__RG99__)
|
||||
// do not use the default resolution
|
||||
plat_sdl_change_video_mode(320, 240, 1);
|
||||
#endif
|
||||
|
||||
bgr_to_uyvy_init();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue