mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
GUI: Fixed breakpoints toolbar
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4078 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
273f8ed4e9
commit
5f3752d358
5 changed files with 61 additions and 98 deletions
|
@ -405,7 +405,6 @@ void Host_ShowJitResults(unsigned int address)
|
|||
CJitWindow::ViewAddr(address);
|
||||
}
|
||||
|
||||
|
||||
void Host_UpdateMainFrame()
|
||||
{
|
||||
wxCommandEvent event(wxEVT_HOST_COMMAND, IDM_UPDATEGUI);
|
||||
|
@ -416,7 +415,7 @@ void Host_UpdateMainFrame()
|
|||
wxPostEvent(g_pCodeWindow, event);
|
||||
}
|
||||
}
|
||||
|
||||
// Remove this?
|
||||
void Host_UpdateBreakPointView()
|
||||
{
|
||||
wxCommandEvent event(wxEVT_HOST_COMMAND, IDM_UPDATEBREAKPOINTS);
|
||||
|
@ -430,8 +429,8 @@ void Host_UpdateBreakPointView()
|
|||
|
||||
|
||||
/////////////////////////////////////////////////////////////
|
||||
/* Update Wiimote status bar */
|
||||
// ¯¯¯¯¯¯¯¯¯
|
||||
// Update Wiimote status bar
|
||||
// ¯¯¯¯¯¯¯¯¯¯¯¯¯
|
||||
void Host_UpdateLeds(int led_bits)
|
||||
{
|
||||
// Convert it to a simpler byte format
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue