mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Vulkan: Fix a comment.
This commit is contained in:
parent
97fa0a7461
commit
dc200a4fbc
1 changed files with 1 additions and 1 deletions
|
@ -659,7 +659,7 @@ void VulkanRenderManager::Submit(int frame, bool triggerFence) {
|
|||
assert(res == VK_SUCCESS);
|
||||
}
|
||||
|
||||
// TODO: If !triggerFence, we're actually not using the thread right now.
|
||||
// When !triggerFence, we notify after syncing with Vulkan.
|
||||
if (useThread && triggerFence) {
|
||||
VLOG("PULL: Frame %d.readyForFence = true", frame);
|
||||
std::unique_lock<std::mutex> lock(frameData.push_mutex);
|
||||
|
|
Loading…
Add table
Reference in a new issue