Add files via upload

Removed debug info
This commit is contained in:
alphanu1 2018-03-26 23:51:40 +01:00 committed by GitHub
parent 9cf0f19c12
commit b1fca8fc7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();