Here's the wild bit: Linux gaming isn't just catching up to Windows, it's sometimes beating it. And the reason is that Windows-specific APIs are quietly being reimplemented as actual Linux kernel features, not just user-space hacks in Proton.
The headline example is NT synchronization primitives. Wine used to emulate them in user-space, which was slow because every wait/signal bounced through extra layers. Now there's ntsync, a kernel driver that mimics Windows' sync semantics natively. Games that hammer these primitives — basically every modern title — get a real, measurable framerate jump. Source.
The deeper shift is philosophical. The kernel maintainers are okay merging features that exist purely to run Windows software better. A few years ago that would've been heresy. Valve's Steam Deck money and the Proton ecosystem have made it politically and technically obvious: if Linux wants the desktop, it has to be the best place to run Windows games, period.
What this means: the Windows compatibility moat is thinning fast. If you've been waiting for a 'good time' to dual-boot or switch your gaming rig to Linux, the answer is probably this year's kernel, not next year's.
