Skip to content

Tags: bocardo/duckstation

Tags

preview

Toggle preview's commit message

Verified

This commit was signed with the committer’s verified signature.
stenzek Connor McLaughlin
Log: Switch to enum class

Need to change the channel to a bitset too.. the string lookups are
horribly slow, and conflict when one is a prefix of another.

latest

Toggle latest's commit message

Verified

This commit was signed with the committer’s verified signature.
stenzek Connor McLaughlin
VulkanDevice: Add additional semaphore on swap chain

We don't actually need +1 semaphores, or, more than one really.
But, the validation layer gets cranky if we don't fence wait before the next image acquire.
So, add an additional semaphore to ensure that we're never acquiring before fence waiting.

v0.1-6292

Toggle v0.1-6292's commit message

Unverified

This user has not yet uploaded their public signing key.
System: Clear cheat list on reset

v0.1-6232

Toggle v0.1-6232's commit message

Verified

This commit was signed with the committer’s verified signature.
stenzek Connor McLaughlin
CPU/CodeCache: Fix page error when rewinding

v0.1-6168

Toggle v0.1-6168's commit message

Verified

This commit was signed with the committer’s verified signature.
stenzek Connor McLaughlin
SmallString: Add missing constructors/move operators

v0.1-6045

Toggle v0.1-6045's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request stenzek#3063 from zkdpower/master

update simple-chinese translation.

v0.1-5943

Toggle v0.1-5943's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request stenzek#3032 from kamfretoz/ikon-pt2

Qt: More icon overhaul and cleanup

0.1

Toggle 0.1's commit message
Create windows-build.yml

v0.1-5624

Toggle v0.1-5624's commit message
Achievements: Don't call frame update when paused

But we still want to poll for requests.

v0.1-5494

Toggle v0.1-5494's commit message
CMake: Build tweaks