mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
cellAudio updated
cellAudio: * Change endianness of datatypes. * Fixed port handling. * Uninitialize module when restarting. * Minor syntax fixes.
This commit is contained in:
parent
76695a97b9
commit
2506810a2e
3 changed files with 74 additions and 63 deletions
|
|
@ -1,6 +1,5 @@
|
|||
#include "stdafx.h"
|
||||
#include "RSXDebugger.h"
|
||||
#include "Emu/Memory/Memory.h"
|
||||
#include "Emu/GS/sysutil_video.h"
|
||||
#include "Emu/GS/GCM.h"
|
||||
|
||||
|
|
@ -26,7 +25,7 @@ RSXDebugger::RSXDebugger(wxWindow* parent)
|
|||
wxBoxSizer& s_tools = *new wxBoxSizer(wxVERTICAL);
|
||||
|
||||
// Controls
|
||||
wxStaticBoxSizer& s_controls = *new wxStaticBoxSizer(wxHORIZONTAL, this, "Memory Viewer Options");
|
||||
wxStaticBoxSizer& s_controls = *new wxStaticBoxSizer(wxHORIZONTAL, this, "RSX Debugger Controls");
|
||||
|
||||
// Controls: Address
|
||||
wxStaticBoxSizer& s_controls_addr = *new wxStaticBoxSizer(wxHORIZONTAL, this, "Address:");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue