Merge pull request #59 from alphanu1/alphanu1-patch-57

Fix for native low res in Linux
This commit is contained in:
alphanu1 2018-05-01 20:56:48 +01:00 committed by GitHub
commit 53ee0a2cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,8 @@ RETRO_BEGIN_DECLS
void crt_switch_res_core(unsigned width, unsigned height, float hz);
void crt_aspect_ratio_switch(unsigned width, unsigned height);
void crt_video_restore(void);
RETRO_END_DECLS