mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix type of predictedDisplayTime
This commit is contained in:
parent
bf17219057
commit
5d3ec6c8ff
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ typedef struct {
|
|||
typedef struct {
|
||||
uint64_t frameIndex;
|
||||
ovrApp appState;
|
||||
float predictedDisplayTime;
|
||||
XrTime predictedDisplayTime;
|
||||
XrGraphicsBindingVulkanKHR graphicsBindingVulkan;
|
||||
} engine_t;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue