mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 22:47:57 -05:00
EmuThread: Remove unused filename attribute.
This commit is contained in:
@ -21,13 +21,6 @@ class EmuThread : public QThread
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
/**
|
||||
* Set image filename
|
||||
*
|
||||
* @param filename
|
||||
* @warning Only call when not running!
|
||||
*/
|
||||
void SetFilename(std::string filename);
|
||||
|
||||
/**
|
||||
* Start emulation (on new thread)
|
||||
@ -72,8 +65,6 @@ private:
|
||||
|
||||
EmuThread(GRenderWindow* render_window);
|
||||
|
||||
std::string filename;
|
||||
|
||||
bool exec_cpu_step;
|
||||
bool cpu_running;
|
||||
std::atomic<bool> stop_run;
|
||||
|
Reference in New Issue
Block a user