Merge branch 'libretro'
authornotaz <notasas@gmail.com>
Mon, 10 Dec 2012 21:41:06 +0000 (23:41 +0200)
committernotaz <notasas@gmail.com>
Mon, 10 Dec 2012 21:41:06 +0000 (23:41 +0200)
Conflicts:
frontend/libretro.c

1  2 
frontend/libretro.c

@@@ -233,11 -278,12 +278,12 @@@ void retro_cheat_set(unsigned index, bo
  
  bool retro_load_game(const struct retro_game_info *info)
  {
+ #ifdef FRONTEND_SUPPORTS_RGB565
        enum retro_pixel_format fmt = RETRO_PIXEL_FORMAT_RGB565;
        if (environ_cb(RETRO_ENVIRONMENT_SET_PIXEL_FORMAT, &fmt)) {
-               native_rgb565 = 1;
 -              fprintf(stderr, "RGB565 supported, using it\n");
 +              SysPrintf("RGB565 supported, using it\n");
        }
+ #endif
  
        if (plugins_opened) {
                ClosePlugins();