mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-05 05:19:51 -06:00
Allow changing of the debugger font and some cleanup
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2127 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
// Official SVN repository and contact information can be found at
|
||||
// http://code.google.com/p/dolphin-emu/
|
||||
|
||||
#include "Debugger.h"
|
||||
//#include "Debugger.h"
|
||||
#include "Debugger/PPCDebugInterface.h"
|
||||
#include "PowerPC/SymbolDB.h"
|
||||
#include "HW/Memmap.h" // for Write_U32
|
||||
@ -366,7 +366,7 @@ void CCodeView::OnPaint(wxPaintEvent& event)
|
||||
// -------------------------
|
||||
wxPaintDC dc(this);
|
||||
wxRect rc = GetClientRect();
|
||||
dc.SetFont(DefaultFont);
|
||||
dc.SetFont(DebuggerFont);
|
||||
struct branch
|
||||
{
|
||||
int src, dst, srcAddr;
|
||||
|
Reference in New Issue
Block a user