mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2024-11-27 01:40:23 +00:00
Merge pull request #82 from Aftnet/master
Fixed compilation issues in MSVC
This commit is contained in:
commit
675a8385b3
@ -186,7 +186,7 @@ static struct retro_system_timing g_timing;
|
||||
|
||||
void retro_get_system_av_info(struct retro_system_av_info *info)
|
||||
{
|
||||
retro_game_geometry geom = { 160*NUM_GAMEBOYS, 144, 160*NUM_GAMEBOYS, 144 };
|
||||
retro_game_geometry geom = { 160*NUM_GAMEBOYS, 144, 160*NUM_GAMEBOYS, 144, 160.0f/144.0f };
|
||||
info->geometry = geom;
|
||||
info->timing = g_timing;
|
||||
}
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <fstream>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <algorithm>
|
||||
|
||||
namespace gambatte
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user