mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-06 16:27:50 -05:00
citra-qt: Make constructors explicit where applicable
This commit is contained in:
@ -23,7 +23,7 @@ class EmuThread : public QThread {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
EmuThread(GRenderWindow* render_window);
|
||||
explicit EmuThread(GRenderWindow* render_window);
|
||||
|
||||
/**
|
||||
* Start emulation (on new thread)
|
||||
|
Reference in New Issue
Block a user