mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-12 20:45:11 -05:00
Add FadeIn on boot, change FileOptionState transition type, UI tweaks.
This commit is contained in:
@@ -12,13 +12,13 @@
|
||||
|
||||
namespace
|
||||
{
|
||||
constexpr int COORD_BAR_X = 312;
|
||||
constexpr int COORD_BAR_X = 296;
|
||||
constexpr int COORD_BAR_Y = 437;
|
||||
|
||||
constexpr int COORD_TEXT_Y = 442;
|
||||
|
||||
constexpr int COORD_DISPLAY_CENTER = 640;
|
||||
constexpr double SIZE_BAR_WIDTH = 656.0f;
|
||||
constexpr double SIZE_BAR_WIDTH = 688.0f;
|
||||
}
|
||||
|
||||
ProgressState::ProgressState(sys::threadpool::JobFunction function, sys::Task::TaskData taskData)
|
||||
|
||||
Reference in New Issue
Block a user