Commit Graph

16 Commits (ffe7ca9f0ae7dbe5a269b3876809f9b582e749ae)

Author SHA1 Message Date
Stenzek ffe7ca9f0a
Host: Move screensaver inhibit to host
Removes direct dependency on DBus, uses Qt DBus instead.
8 months ago
Stenzek b1d5c42a13
PlatformMisc: Remove PlaySoundAsync()
No longer needed.
9 months ago
Stenzek 1765590a6f
Qt: Add 'Disable Window Rounded Corners' option 2 years ago
Stenzek 26b6c704f0
MemMap: Support dynamic page size selection
i.e. 4K to 16K on ARM64.
2 years ago
Stenzek 3dca598063
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.
2 years ago
Stenzek 7f4e5d55db
Misc: Update copyright headers 2 years ago
Stenzek 173a61039c
System: Use cpuinfo for cache line size check 2 years ago
Stenzek be8fbafd71
CPU/CodeCache: Always dynamically allocate code buffer
Reduces .bss size.
2 years ago
Stenzek 4e905a63ec
Util: Add socket helper classes 2 years ago
Stenzek 4e922a34a7
Log: Simplify macros 2 years ago
Stenzek b6d019db66
Misc: Replace log printf calls with fmt 2 years ago
Stenzek 35bdbf2a55
System: Check host page size on startup 2 years ago
Stenzek ab445ec69d
FileSystem: Handle paths longer than MAX_PATH on Windows 3 years ago
Stenzek ac0601f408 Common: Drop String, add SmallString 3 years ago
Stenzek dc9c99438b Misc: Post-refactor cleanups 3 years ago
Stenzek bb60170d9a Move frontend-common to util/core 3 years ago