summaryrefslogtreecommitdiff
path: root/Externals
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2008-08-23 09:20:36 +0000
committerhrydgard <hrydgard@gmail.com>2008-08-23 09:20:36 +0000
commitf82bf2ae9abbf2cfeef5ad88a1a8d55ff0171afa (patch)
treea0fac34e4e58a9f5125370aae43fe3d1ce124a24 /Externals
parent0becaa3223e57557b9d53bf1564d8da9eff0a64c (diff)
Lots of FP hacking for little gain, super monkey ball is only slightly more sane (wow, it rhymed). Temporary no-speed-limit hack: Hold TAB.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@279 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Externals')
-rw-r--r--Externals/Bochs_disasm/PowerPCDisasm.cpp2
-rw-r--r--Externals/wxWidgets/include/wx/msw/listctrl.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/Externals/Bochs_disasm/PowerPCDisasm.cpp b/Externals/Bochs_disasm/PowerPCDisasm.cpp
index f1b215774c..b2b91fcf41 100644
--- a/Externals/Bochs_disasm/PowerPCDisasm.cpp
+++ b/Externals/Bochs_disasm/PowerPCDisasm.cpp
@@ -2075,7 +2075,7 @@ namespace PPCDisasm
break;
case 20:
- fdabc(dp,in,"sqrte",2,0);
+ fdabc(dp,in,"rsqrte",2,0);
break;
case 24:
diff --git a/Externals/wxWidgets/include/wx/msw/listctrl.h b/Externals/wxWidgets/include/wx/msw/listctrl.h
index 725a587e23..8249483441 100644
--- a/Externals/wxWidgets/include/wx/msw/listctrl.h
+++ b/Externals/wxWidgets/include/wx/msw/listctrl.h
@@ -12,6 +12,7 @@
#ifndef _WX_LISTCTRL_H_
#define _WX_LISTCTRL_H_
+#include "wx/dcbuffer.h"
#include "wx/textctrl.h"
class WXDLLIMPEXP_FWD_CORE wxImageList;