nJoy: Show the original GC controller analog stick area in the advanced settings

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3720 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2009-07-09 06:33:01 +00:00
parent af83bfffa1
commit 19ad53ea58
2 changed files with 45 additions and 3 deletions

View File

@ -193,7 +193,7 @@ class PADConfigDialognJoy : public wxDialog
wxTextCtrl *m_PlaceholderBMP[4];
wxStaticBitmap *m_controllerimage[4],
*m_bmpSquare[4], *m_bmpDot[4], *m_bmpSquareOut[4], *m_bmpDotOut[4];
*m_bmpSquare[4], *m_bmpDot[4], *m_bmpSquareOut[4], *m_bmpDotOut[4], *m_bmpAreaOut[4];
int notebookpage; bool ControlsCreated;
#ifdef RERECORDING
@ -339,6 +339,7 @@ class PADConfigDialognJoy : public wxDialog
void SizeWindow();
wxBitmap CreateBitmap();
wxBitmap CreateBitmapDot();
wxBitmap CreateBitmapArea();
void PadGetStatus();
void Update();