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