diff --git a/AUTHORS b/AUTHORS index abb1128f3..5e85bd77a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -17,6 +17,8 @@ Max Tabachenko (CrazyMax) zeromus Luigi__ adelikat +matusz +pa__ Contributors ------------ diff --git a/src/MMU.cpp b/src/MMU.cpp index 7f9e8f6f4..e308ca1b5 100644 --- a/src/MMU.cpp +++ b/src/MMU.cpp @@ -342,12 +342,12 @@ void MMU_Init(void) { void MMU_DeInit(void) { LOG("MMU deinit\n"); - if (MMU.fw.fp) - fclose(MMU.fw.fp); - mc_free(&MMU.fw); - if (MMU.bupmem.fp) - fclose(MMU.bupmem.fp); - mc_free(&MMU.bupmem); + if (MMU.fw.fp) + fclose(MMU.fw.fp); + mc_free(&MMU.fw); + if (MMU.bupmem.fp) + fclose(MMU.bupmem.fp); + mc_free(&MMU.bupmem); addonsClose(); Mic_DeInit(); } diff --git a/src/windows/AboutBox.cpp b/src/windows/AboutBox.cpp index 567b9c7f6..be0641cfc 100644 --- a/src/windows/AboutBox.cpp +++ b/src/windows/AboutBox.cpp @@ -26,7 +26,7 @@ #define ABOUT_TIMER_ID 110222 #define PER_PAGE_TEAM 23 -#define TEAM 25 +#define TEAM 27 #define SIZE_SCROLL_BUFFER PER_PAGE_TEAM + TEAM const char *team[TEAM] = { "Guillaume Duhamel", "Normmatt", @@ -41,6 +41,8 @@ const char *team[TEAM] = { "Guillaume Duhamel", "zeromus", "Luigi__", "adelikat", + "matusz", + "pa__", "", "Contributors", "------------", diff --git a/src/windows/DeSmuME_2005.vcproj b/src/windows/DeSmuME_2005.vcproj index 7f5ab95e1..822cf0241 100644 --- a/src/windows/DeSmuME_2005.vcproj +++ b/src/windows/DeSmuME_2005.vcproj @@ -790,6 +790,14 @@ + + +