Skip to content

Commit

Permalink
Partial commit: rpcs3/Emu/System.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekotekina committed Apr 15, 2016
1 parent 28b43f1 commit f299e23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rpcs3/Emu/System.cpp
Expand Up @@ -421,3 +421,9 @@ DECLARE(idm::g_mutex);

DECLARE(fxm::g_map);
DECLARE(fxm::g_mutex);

#ifndef _MSC_VER
constexpr std::pair<elf_error, const char*> bijective<elf_error, const char*>::map[];
constexpr std::pair<_log::level, const char*> bijective<_log::level, const char*>::map[];
constexpr std::pair<rsx::shader_language, const char*> bijective<rsx::shader_language, const char*>::map[];
#endif

0 comments on commit f299e23

Please sign in to comment.