mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Apparently there were still users of tempfloat
This commit is contained in:
parent
1ea568990d
commit
2c3f569a9f
1 changed files with 3 additions and 0 deletions
3
ui/ui.h
3
ui/ui.h
|
@ -105,6 +105,9 @@ struct UIState {
|
|||
int lastwidget;
|
||||
|
||||
int ui_tick;
|
||||
|
||||
// deprecated: tempfloat
|
||||
float tempfloat;
|
||||
};
|
||||
|
||||
// This needs to be extern so that additional UI controls can be developed outside this file.
|
||||
|
|
Loading…
Add table
Reference in a new issue