Add header guards

This commit is contained in:
twinaphex
2014-03-30 22:50:28 +02:00
parent 73bf72aa6c
commit d4a3125c44
36 changed files with 152 additions and 8 deletions

View File

@@ -429,7 +429,7 @@ void retro_get_system_info(struct retro_system_info *info)
{
info->need_fullpath = true;
info->valid_extensions = "fds|nes|unif";
info->library_version = "98.13mm (SVN)";
info->library_version = "(SVN)";
info->library_name = "FCEUmm";
info->block_extract = false;
}