void start_display(uint64 handle_id, int lcd_size_width, int lcd_size_height, double scale_factor, short rotation_type)
{
- INFO( "start_display handle_id:%ld, lcd size:%dx%d, scale_factor:%lf, rotation_type:%d\n",
- handle_id, lcd_size_width, lcd_size_height, scale_factor, rotation_type );
+ INFO("start_display handle_id:%ld, lcd size:%dx%d, scale_factor:%lf, rotation_type:%d\n",
+ (long)handle_id, lcd_size_width, lcd_size_height, scale_factor, rotation_type);
set_emul_win_scale(scale_factor);
maruskin_sdl_init(handle_id, lcd_size_width, lcd_size_height, false);