mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-12-17 00:35:12 -06:00
Compare commits
3 Commits
2bacc25996
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
433bcabb72 | ||
|
|
267ba83d40 | ||
|
|
93b7854f95 |
@@ -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.
|
||||||
|
|||||||
@@ -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!
|
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.
|
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 />
|
<hr />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user