mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
Add files via upload
Removed debug info
This commit is contained in:
parent
9cf0f19c12
commit
b1fca8fc7e
@ -114,10 +114,6 @@ void switch_res_crt(int width, int height){
|
||||
|
||||
if ( height > 100)
|
||||
{
|
||||
|
||||
FILE *ben_res = fopen("ra_res_hz.txt", "a");
|
||||
fprintf (ben_res, "%s%d%s%d%s%d%s%lf\n","SuperRes @ 2560 ",width," x ", height," @ ", ra_set_core_hz," Apsect ", fly_aspect);
|
||||
fclose(ben_res);
|
||||
|
||||
switch_res(width, height,0,ra_set_core_hz);
|
||||
crt_poke_video();
|
||||
|
Loading…
Reference in New Issue
Block a user