mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
FifoPlayer: Add a description label for the currently selected object command.
Requires adding such descriptions for all BP/CP/XF registers. For now, I added descriptions for EFB copy related BP registers.
This commit is contained in:
@ -18,6 +18,7 @@
|
||||
#ifndef __FIFO_PLAYER_DLG_h__
|
||||
#define __FIFO_PLAYER_DLG_h__
|
||||
|
||||
#include <vector>
|
||||
#include <wx/wx.h>
|
||||
#include <wx/notebook.h>
|
||||
|
||||
@ -99,6 +100,8 @@ private:
|
||||
wxListBox* m_framesList;
|
||||
wxListBox* m_objectsList;
|
||||
wxListBox* m_objectCmdList;
|
||||
std::vector<u32> m_objectCmdOffsets;
|
||||
wxStaticText* m_objectCmdInfo;
|
||||
|
||||
wxButton* m_Close;
|
||||
|
||||
|
Reference in New Issue
Block a user