From 172c34d67296c9a8f8e5b686c51faf483c67b641 Mon Sep 17 00:00:00 2001 From: Valentin Vanelslande Date: Sun, 18 Aug 2019 12:35:12 -0500 Subject: [PATCH] Updated Issue Labels (markdown) --- Issue-Labels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Issue-Labels.md b/Issue-Labels.md index aee4daa..2ceaba8 100644 --- a/Issue-Labels.md +++ b/Issue-Labels.md @@ -5,7 +5,7 @@ We issue several kinds of issue labels in GitHub's issue tracker to help organiz Broadly identify the area or module of the code this issue is related to. - **A-audio**: Audio output, DSP or CSND emulation. -- **A-build-system**: Our CMake build system or build automation on Travis CI or Appveyor. +- **A-build-system**: Our CMake build system or build automation on Travis CI or AppVeyor. - **A-cpu**: CPU emulation, either the interpreter (Dyncom) or JIT recompiler (Dynarmic). - **A-filesystem**: Emulation of the FS service and code which is used to implement it. (Savefiles, SD access, etc.) - **A-frontend**: The SDL or Qt frontends. (Any code in `citra` or `citra-qt`.)