summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/InfinityBase/InfinityBaseWindow.cpp
AgeCommit message (Collapse)Author
2024-08-20Remove redundant semicolonsDr. Dystopia
2024-06-27IOS/USB: Use Enum for Infinity Base PositionsJoshua de Reeper
2024-06-20Add 2 More Slots for Power Discs on Emulated BasedeReeperJosh
2024-05-19DolphinQt: Fix double argument in Infinity error messageJosJuice
This was a mistake I made in 83b280d903.
2024-04-20i18n: Add comments and improve source stringsJosJuice
2024-04-08Core::GetState: Avoid Global System Accessormitaclaw
2023-11-04DolphinQt: Remove unnecessary qOverloadsDentomologist
qOverload is used to disambiguate pointers to overloaded functions, but most of the usages in the code base were with non-overloaded functions.
2023-08-12DolphinQt: Set window decorations for all top-level QWidgets.Admiral H. Curtiss
2023-06-12InfinityBaseWindow: Remove unnecessary system instance accessorLioncash
GetFigureList() is a static member function, so we can just call it directly instead of going through the system instance.
2023-06-08InfinityBaseWindow: Move core headers into cpp fileLioncash
Restricts the headers to the cpp file where they're needed and prevents the headers from "leaking" into other translation units.
2023-06-08InfinityBaseWindow: Collapse lambda into direct member pointerLioncash
The parameters to this match the requirements of the toggled() function exactly, so we can pass the function directly into the connect call.
2023-06-08InfinityBaseWindow: Remove redundant string copiesLioncash
tr() already returns a QString, so we don't need to construct a QString around it, and FindFigure() already returns a std::string.
2023-05-28Infinity Base: Figure Name FixJoshua de Reeper
2023-04-28Infinity Base: Code tidyups and de-duplicationJoshua de Reeper
2023-04-28Feature: Emulate Disney Infinity BaseJoshua de Reeper
Create, Load and Clear Infinity figures on an emulated base in the UI