# VirtuaNES **Repository Path**: tianjinli/VirtuaNES ## Basic Information - **Project Name**: VirtuaNES - **Description**: Make the source code update-to-date, so you may compile it in Windows 10. - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VirtuaNES official site http://virtuanes.s1.xrea.com/vnes_dl.php # Development environment Windows 10 + MSVC14.2 (UTF8 with BOM) # C/C++ Build Properties C/C++ => Code Generation: Disable Security Check (/GS-) Linker => General => Force File Output: Enabled (/FORCE) Linker => Advanced => Image Has Safe Exception Handler: No (/SAFESEH:NO)