mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-12-16 08:15:14 -06:00
Compare commits
3 Commits
2bacc25996
...
v0.0.4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
433bcabb72 | ||
|
|
267ba83d40 | ||
|
|
93b7854f95 |
@@ -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.
|
||||
|
||||
@@ -9,7 +9,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||
We're in need of developers. Please join our chat below if you want to contribute!
|
||||
This repo was based on Yuzu EA 4176 but the code is being rewritten from the ground up for legal and performance reasons.
|
||||
|
||||
Support the original suyu developer team [here](https://discord.gg/79B6wqFPnc).
|
||||
|
||||
<hr />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user