mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-12-16 08:15:14 -06:00
Compare commits
2 Commits
93b7854f95
...
v0.0.4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
433bcabb72 | ||
|
|
267ba83d40 |
@@ -8,7 +8,7 @@ name: 'suyu verify'
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "dev" ]
|
# branches: [ "dev" ]
|
||||||
paths:
|
paths:
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
- 'CMakeModules/**'
|
- 'CMakeModules/**'
|
||||||
@@ -19,7 +19,7 @@ on:
|
|||||||
# paths-ignore:
|
# paths-ignore:
|
||||||
# - 'src/android/**'
|
# - 'src/android/**'
|
||||||
push:
|
push:
|
||||||
branches: [ "dev" ]
|
# branches: [ "dev" ]
|
||||||
paths:
|
paths:
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
- 'CMakeModules/**'
|
- 'CMakeModules/**'
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2024 suyu Emulator Project
|
||||||
|
SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
-->
|
||||||
# Migrating from yuzu
|
# Migrating from yuzu
|
||||||
|
|
||||||
When coming from yuzu, the migration is as easy as renaming some directories.
|
When coming from yuzu, the migration is as easy as renaming some directories.
|
||||||
|
|||||||
Reference in New Issue
Block a user