Replace some more dead repo references
This commit is contained in:
parent
58a81a9bdd
commit
9d45823399
2 changed files with 2 additions and 2 deletions
2
.github/workflows/aarch64.yml
vendored
2
.github/workflows/aarch64.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
- name: Checkout ext-boost repo
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: MerryMage/ext-boost
|
||||
repository: yuzu-mirror/ext-boost
|
||||
path: externals/ext-boost
|
||||
|
||||
- name: Configure CMake for AArch64 (Linux)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Dynarmic
|
||||
========
|
||||
|
||||
[![Github Actions Build Status (x86-64)](https://github.com/MerryMage/dynarmic/actions/workflows/x86-64.yml/badge.svg)](https://github.com/MerryMage/dynarmic/actions/workflows/x86-64.yml) [![Github Actions Build Status (AArch64)](https://github.com/merryhime/dynarmic/actions/workflows/aarch64.yml/badge.svg)](https://github.com/MerryMage/dynarmic/actions/workflows/AArch64.yml)
|
||||
[![Github Actions Build Status (x86-64)](https://github.com/yuzu-mirror/dynarmic/actions/workflows/x86-64.yml/badge.svg)](https://github.com/yuzu-mirror/dynarmic/actions/workflows/x86-64.yml) [![Github Actions Build Status (AArch64)](https://github.com/yuzu-mirror/dynarmic/actions/workflows/aarch64.yml/badge.svg)](https://github.com/yuzu-mirror/dynarmic/actions/workflows/AArch64.yml)
|
||||
|
||||
A dynamic recompiler for ARM.
|
||||
|
||||
|
|
Loading…
Reference in a new issue