Releases: Aetopia/Stonecutter
Releases · Aetopia/Stonecutter
v1.2.4.1
Changes
- The dynamic library no longer checks if it resides within a UWP app.
v1.2.4
Changes
- Remove a useless call to
SetCurrentDirectory
in the injector.
- The dynamic link library creates a dummy swapchain using the desktop window.
v1.2.1
Changes
- Improve game window detection for enhanced immersive fullscreen.
v1.1.3
Changes
- When exiting, revert the display mode only if the game is in fullscreen.
v1.1.2
Changes
- Revert display mode without changing window positions.
v1.1.1
Changes
- Revert display mode using
ChangeDisplaySettings(NULL, 0)
and not ChangeDisplaySettings(NULL, CDS_FULLSCREEN)
.