Files
the-beast-roofer-edition/LICENSE.txt
T
rooferdev 34ff201a65 WIP snapshot: stable DLSS Quality crash fix (return point before DLAA work)
Captures the post-v1.1.7 dev state that is validated stable in-game, as a
local return point before starting the DLAA + supersampling chantier.

- DlssIntegration.ApplyModeResolutionScale: snap internal resolution scale to
  an integer (MathF.Round) -> mip-aligned render targets -> fixes the random
  ErrorDeviceLost in upscaling modes (VUID-04533/04534 out-of-bounds write).
  Also: drop VK_EXT_buffer_device_address (conflict), add
  VK_KHR_format_feature_flags2 (VK_NV_optical_flow dependency).
- DlssRestart.cs: background watchdog safety net for clean shutdown.
- DlssUpscaler.cs: minor.
- LICENSE.txt / README.md: release-prep (copyright + contact), pending.

Not pushed. master stays at the released v1.1.7 (ebf22fe48).
2026-06-29 15:55:13 -04:00

11 lines
1.1 KiB
Plaintext

MIT License
Copyright (c) Ryujinx Team and Contributors
Copyright (c) 2026 The Roofer Dev — Beast Roofer Edition additions only
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.