mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-28 13:40:58 +08:00
2b6bd5a532
* [audio] added sdl audio backend and in-tree atrac9 decoder * [input] replaced per-platform pad readers with sdl gamepad input * [video] added sdl window and host display plumbing * [gui] added host display options and per-game render settings * [bink] synced host movie playback to the guest audio clock * [cpu] hooked windows write faults into guest image tracking * [perf] added guest and render profiling, reserved host cpu lanes * [kernel] fixed stale pthread mutex handle alias * [host] wired the sdl session, save-data paths and project references * [audio] hoisted ajm trace stackalloc out of its loop * [video] Add guest image sync setting * [build] Strip native symbols * reuse
28 lines
720 B
TOML
28 lines
720 B
TOML
version = 1
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"REUSE.toml",
|
|
"nuget.config",
|
|
"global.json",
|
|
"**/packages.lock.json",
|
|
"scripts/ps5_names.txt",
|
|
"src/SharpEmu.LibAtrac9/**",
|
|
"src/SharpEmu.GUI/Languages/**",
|
|
"src/SharpEmu.ShaderCompiler.Metal/Templates/**",
|
|
"tests/SharpEmu.ShaderCompiler.Metal.Tests/Goldens/**",
|
|
"_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"
|