diff --git a/desmume/src/GPU_osd.cpp b/desmume/src/GPU_osd.cpp
index 9e0501f70..6ceff1874 100644
--- a/desmume/src/GPU_osd.cpp
+++ b/desmume/src/GPU_osd.cpp
@@ -95,7 +95,7 @@ void INLINE OSDCLASS::printChar(u16 x, u16 y, u8 c)
{
int i, j;
int ofs=c*OSD_FONT_HEIGHT;
- unsigned char bits[9]={255, 128, 64, 32, 16, 8, 4, 2, 1};
+ unsigned char bits[9]={256, 128, 64, 32, 16, 8, 4, 2, 1};
u8 *dst=screen;
dst+=(y*256)+x;
diff --git a/desmume/src/windows/DeSmuME_2005.vcproj b/desmume/src/windows/DeSmuME_2005.vcproj
index afbb7d322..253a1bc69 100644
--- a/desmume/src/windows/DeSmuME_2005.vcproj
+++ b/desmume/src/windows/DeSmuME_2005.vcproj
@@ -105,182 +105,6 @@
Name="VCPostBuildEventTool"
/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -883,6 +891,14 @@
Name="MASM"
/>
+
+
+
-
-
-
checkMenu(ID_VIEW_DISPLAYFPS, FpsDisplay ? MF_CHECKED : MF_UNCHECKED);
WritePrivateProfileInt("Video", "Display Fps", FpsDisplay, IniName);
+ osd->clear();
return 0;
#define saver(one,two,three,four,five, six) \