mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-18 01:41:36 +00:00
* [GUI] Add native Vulkan host surface support and more * reuse * [GUI] set width session menu
25 lines
573 B
TOML
25 lines
573 B
TOML
version = 1
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"REUSE.toml",
|
|
"nuget.config",
|
|
"global.json",
|
|
"**/packages.lock.json",
|
|
"scripts/ps5_names.txt",
|
|
"src/SharpEmu.GUI/Languages/**",
|
|
"_logs/**",
|
|
".github/images/**",
|
|
".github/pull_request_template.md",
|
|
"assets/images/**"
|
|
]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "SharpEmu Emulator Project"
|
|
SPDX-License-Identifier = "GPL-2.0-or-later"
|
|
|
|
[[annotations]]
|
|
path = "src/SharpEmu.GUI/Atrac9/**"
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "2018 Alex Barney"
|
|
SPDX-License-Identifier = "MIT"
|