mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-20 05:02:40 +00: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