mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	citra-qt: Removed unused and unimplemented ramview files.
This commit is contained in:
		
							parent
							
								
									25c5aa5869
								
							
						
					
					
						commit
						380c165339
					
				
					 4 changed files with 0 additions and 32 deletions
				
			
		|  | @ -1,12 +0,0 @@ | |||
| // Copyright 2014 Citra Emulator Project
 | ||||
| // Licensed under GPLv2 or any later version
 | ||||
| // Refer to the license.txt file included.
 | ||||
| 
 | ||||
| #include "citra_qt/debugger/ramview.h" | ||||
| 
 | ||||
| GRamView::GRamView(QWidget* parent) : QHexEdit(parent) {} | ||||
| 
 | ||||
| void GRamView::OnCPUStepped() { | ||||
|     // TODO: QHexEdit doesn't show vertical scroll bars for > 10MB data streams...
 | ||||
|     // setData(QByteArray((const char*)Mem_RAM,sizeof(Mem_RAM)/8));
 | ||||
| } | ||||
|  | @ -1,17 +0,0 @@ | |||
| // Copyright 2014 Citra Emulator Project
 | ||||
| // Licensed under GPLv2 or any later version
 | ||||
| // Refer to the license.txt file included.
 | ||||
| 
 | ||||
| #pragma once | ||||
| 
 | ||||
| #include "qhexedit.h" | ||||
| 
 | ||||
| class GRamView : public QHexEdit { | ||||
|     Q_OBJECT | ||||
| 
 | ||||
| public: | ||||
|     explicit GRamView(QWidget* parent = nullptr); | ||||
| 
 | ||||
| public slots: | ||||
|     void OnCPUStepped(); | ||||
| }; | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue