Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
lizzie
ec055c4cf1
[ci, meta] add missing license headers, fix grep on *BSD
Signed-off-by: lizzie <lizzie@eden-emu.dev>
2025-10-20 03:45:54 +00:00
9 changed files with 19 additions and 1 deletions

View file

@ -79,7 +79,7 @@ check_header() {
header="$(pcre_header "$begin")" header="$(pcre_header "$begin")"
if ! echo "$content" | grep -Pzo "$header" > /dev/null; then if ! echo "$content" | grep -zo "$header" > /dev/null; then
# SRC_FILES is Kotlin/C++ # SRC_FILES is Kotlin/C++
# OTHER_FILES is sh, CMake # OTHER_FILES is sh, CMake
case "$begin" in case "$begin" in

0
.ci/windows/build.sh Normal file → Executable file
View file

View file

@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-FileCopyrightText: 2022 yuzu Emulator Project # SPDX-FileCopyrightText: 2022 yuzu Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later # SPDX-License-Identifier: GPL-2.0-or-later

View file

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project // SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later // SPDX-License-Identifier: GPL-2.0-or-later

0
src/video_core/host1x/codecs/decoder.cpp Executable file → Normal file
View file

View file

@ -1,5 +1,8 @@
#!/bin/sh -e #!/bin/sh -e
# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
# SPDX-License-Identifier: GPL-3.0-or-later
# Generate SDK <26 icons for android # Generate SDK <26 icons for android
# requires imagemagick, inkscape # requires imagemagick, inkscape

View file

@ -1,5 +1,8 @@
#!/bin/sh #!/bin/sh
# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
# SPDX-License-Identifier: GPL-3.0-or-later
for i in dist/languages/*.ts; do for i in dist/languages/*.ts; do
SRC=en_US SRC=en_US
TARGET=`head -n1 $i | awk -F 'language="' '{split($2, a, "\""); print a[1]}'` TARGET=`head -n1 $i | awk -F 'language="' '{split($2, a, "\""); print a[1]}'`

View file

@ -1,5 +1,8 @@
#!/bin/sh #!/bin/sh
# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
# SPDX-License-Identifier: GPL-3.0-or-later
SRC=en_US SRC=en_US
TARGET=en_US TARGET=en_US

View file

@ -1,5 +1,8 @@
#!/bin/sh #!/bin/sh
# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
# SPDX-License-Identifier: GPL-3.0-or-later
command -v tx-cli && COMMAND=tx-cli command -v tx-cli && COMMAND=tx-cli
command -v tx && COMMAND=tx command -v tx && COMMAND=tx