mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 15:18:10 -05:00
Fix mingw compile error and warnings
This commit is contained in:
@ -74,7 +74,7 @@ private:
|
||||
VideoCore::LoadCallbackStage previous_stage;
|
||||
|
||||
QGraphicsOpacityEffect* opacity_effect = nullptr;
|
||||
std::unique_ptr<QPropertyAnimation> fadeout_animation = nullptr;
|
||||
std::unique_ptr<QPropertyAnimation> fadeout_animation;
|
||||
|
||||
// Definitions for the differences in text and styling for each stage
|
||||
std::unordered_map<VideoCore::LoadCallbackStage, const char*> progressbar_style;
|
||||
|
Reference in New Issue
Block a user