all repos — mgba @ 4297ae70fd81d3092559610b088d3b5fff0fe212

mGBA Game Boy Advance Emulator

Core: Fix version header
Vicki Pfau vi@endrift.com
Tue, 26 May 2020 22:10:22 -0700
commit

4297ae70fd81d3092559610b088d3b5fff0fe212

parent

691c202c402c3dac350f8b90e5ffd65d2932a0a9

1 files changed, 0 insertions(+), 4 deletions(-)

jump to
M include/mgba/core/version.hinclude/mgba/core/version.h

@@ -10,11 +10,7 @@ #ifdef __cplusplus

extern "C" { #endif -#ifdef MGBA_STANDALONE -#define MGBA_EXPORT -#else #include <mgba-util/dllexports.h> -#endif extern MGBA_EXPORT const char* const gitCommit; extern MGBA_EXPORT const char* const gitCommitShort;