mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +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 "MemoryViewer.h"
|
||||
#include "Emu/Memory/Memory.h"
|
||||
|
||||
MemoryViewerPanel::MemoryViewerPanel(wxWindow* parent)
|
||||
: wxFrame(parent, wxID_ANY, "Memory Viewer", wxDefaultPosition, wxSize(700, 450))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue