Massive removal of unused modules
40
dist/citra-qt.6
vendored
|
@ -1,40 +0,0 @@
|
|||
.Dd November 22 2016
|
||||
.Dt citra-qt 6
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm Citra-Qt
|
||||
.Nd Nintendo 3DS Emulator/Debugger (Qt)
|
||||
.Sh SYNOPSIS
|
||||
.Nm citra-qt
|
||||
.Op Ar file
|
||||
.Sh DESCRIPTION
|
||||
Citra is an experimental open-source Nintendo 3DS emulator/debugger.
|
||||
.Pp
|
||||
.Nm citra-qt
|
||||
is the Qt implementation.
|
||||
.Sh FILES
|
||||
.Bl -tag -width Ds
|
||||
.It Pa $XDG_DATA_HOME/citra-emu
|
||||
Emulator storage.
|
||||
.It Pa $XDG_CONFIG_HOME/citra-emu
|
||||
Configuration files.
|
||||
.El
|
||||
.Sh AUTHORS
|
||||
This document is made available to you under the CC-BY license.
|
||||
.Pp
|
||||
Citra is made by a team of volunteers. These contributors are listed
|
||||
at <\fBhttps://github.com/citra-emu/citra/contributors\fR>.
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Bl -tag -width Ds
|
||||
.It Xr citra 6
|
||||
The SDL frontend of the application
|
||||
.El
|
||||
.Pp
|
||||
Resources are available for this project:
|
||||
.Bl -tag -width Ds
|
||||
.It <\fBhttps://citra-emu.org\fR>
|
||||
The main homepage of the project.
|
||||
.It <\fBhttps://github.com/citra-emu/citra\fR>
|
||||
The main source code repository for the Citra emulator.
|
||||
.Pp
|
49
dist/citra.6
vendored
|
@ -1,49 +0,0 @@
|
|||
.Dd November 22 2016
|
||||
.Dt citra 6
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm Citra
|
||||
.Nd Nintendo 3DS Emulator/Debugger (SDL)
|
||||
.Sh SYNOPSIS
|
||||
.Nm citra
|
||||
.Op Ar options
|
||||
.Op Ar file
|
||||
.Sh OPTIONS
|
||||
.Bl -tag -width Ds
|
||||
.It Fl g Ar port , Fl Fl gdbport Ar port
|
||||
Starts the GDB stub on the specified port
|
||||
.It Fl h , Fl Fl help
|
||||
Shows syntax help and exits
|
||||
.It Fl v , Fl Fl version
|
||||
Describes the installed version and exits
|
||||
.Sh DESCRIPTION
|
||||
Citra is an experimental open-source Nintendo 3DS emulator/debugger.
|
||||
.Pp
|
||||
.Nm citra
|
||||
is the Simple DirectMedia Layer (SDL) implementation.
|
||||
.Sh FILES
|
||||
.Bl -tag -width Ds
|
||||
.It Pa $XDG_DATA_HOME/citra-emu
|
||||
Emulator storage.
|
||||
.It Pa $XDG_CONFIG_HOME/citra-emu
|
||||
Configuration files.
|
||||
.El
|
||||
.Sh AUTHORS
|
||||
This document is made available to you under the CC-BY license.
|
||||
.Pp
|
||||
Citra is made by a team of volunteers. These contributors are listed
|
||||
at <\fBhttps://github.com/citra-emu/citra/contributors\fR>.
|
||||
.Pp
|
||||
.Sh SEE ALSO
|
||||
.Bl -tag -width Ds
|
||||
.It Xr citra-qt 6
|
||||
The Qt frontend of the application
|
||||
.El
|
||||
.Pp
|
||||
Resources are available for this project:
|
||||
.Bl -tag -width Ds
|
||||
.It <\fBhttps://citra-emu.org\fR>
|
||||
The main homepage of the project.
|
||||
.It <\fBhttps://github.com/citra-emu/citra\fR>
|
||||
The main source code repository for the Citra emulator.
|
||||
.Pp
|
14
dist/citra.desktop
vendored
|
@ -1,14 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Citra
|
||||
GenericName=3DS Emulator
|
||||
GenericName[fr]=Émulateur 3DS
|
||||
Comment=Nintendo 3DS video game console emulator
|
||||
Comment[fr]=Émulateur de console de jeu Nintendo 3DS
|
||||
Icon=citra
|
||||
TryExec=citra-qt
|
||||
Exec=citra-qt %f
|
||||
Categories=Game;Emulator;Qt;
|
||||
MimeType=application/x-ctr-3dsx;application/x-ctr-cci;application/x-ctr-cia;application/x-ctr-cxi;
|
||||
Keywords=3DS;Nintendo;
|
BIN
dist/citra.icns
vendored
BIN
dist/citra.ico
vendored
Before Width: | Height: | Size: 361 KiB |
2
dist/citra.svg
vendored
Before Width: | Height: | Size: 17 KiB |
59
dist/citra.xml
vendored
|
@ -1,59 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
||||
<mime-type type="application/x-ctr-3dsx">
|
||||
<comment>Nintendo 3DS homebrew executable</comment>
|
||||
<comment xml:lang="fr">Exécutable non-officiel pour Nintendo 3DS </comment>
|
||||
<acronym>3DSX</acronym>
|
||||
<icon name="citra"/>
|
||||
<glob pattern="*.3dsx"/>
|
||||
<magic><match value="3DSX" type="string" offset="0"/></magic>
|
||||
</mime-type>
|
||||
|
||||
<mime-type type="application/x-ctr-cci">
|
||||
<comment>Nintendo 3DS cartridge image</comment>
|
||||
<comment xml:lang="fr">Image de cartouche Nintendo 3DS</comment>
|
||||
<acronym>CCI</acronym>
|
||||
<expanded-acronym>CTR Cart Image</expanded-acronym>
|
||||
<icon name="citra"/>
|
||||
<glob pattern="*.cci"/>
|
||||
<glob pattern="*.3ds"/>
|
||||
<magic><match value="NCSD" type="string" offset="256"/></magic>
|
||||
</mime-type>
|
||||
|
||||
<mime-type type="application/x-ctr-cxi">
|
||||
<comment>Nintendo 3DS executable</comment>
|
||||
<comment xml:lang="fr">Exécutable Nintendo 3DS</comment>
|
||||
<acronym>CXI</acronym>
|
||||
<expanded-acronym>CTR eXecutable Image</expanded-acronym>
|
||||
<icon name="citra"/>
|
||||
<glob pattern="*.cxi"/>
|
||||
<magic><match value="NCCH" type="string" offset="256"/></magic>
|
||||
</mime-type>
|
||||
|
||||
<mime-type type="application/x-ctr-cia">
|
||||
<comment>Nintendo 3DS importable archive</comment>
|
||||
<comment xml:lang="fr">Archive installable Nintendo 3DS</comment>
|
||||
<acronym>CIA</acronym>
|
||||
<expanded-acronym>CTR Importable Archive</expanded-acronym>
|
||||
<icon name="citra"/>
|
||||
<glob pattern="*.cia"/>
|
||||
</mime-type>
|
||||
|
||||
<mime-type type="application/x-ctr-smdh">
|
||||
<comment>Nintendo 3DS icon and metadata</comment>
|
||||
<comment xml:lang="fr">Icône et métadonnées Nintendo 3DS</comment>
|
||||
<acronym>SMDH</acronym>
|
||||
<expanded-acronym>System Menu Data Header</expanded-acronym>
|
||||
<glob pattern="*.smdh"/>
|
||||
<magic><match value="SMDH" type="string" offset="0"/></magic>
|
||||
</mime-type>
|
||||
|
||||
<mime-type type="application/x-ctr-cbmd">
|
||||
<comment>Nintendo 3DS banner</comment>
|
||||
<comment xml:lang="fr">Bannière Nintendo 3DS</comment>
|
||||
<acronym>CBMD</acronym>
|
||||
<expanded-acronym>CTR Banner Model Data</expanded-acronym>
|
||||
<glob pattern="*.cbmd"/>
|
||||
<magic><match value="CBMD" type="string" offset="0"/></magic>
|
||||
</mime-type>
|
||||
</mime-info>
|
BIN
dist/doc-icon.png
vendored
Before Width: | Height: | Size: 7.6 KiB |
BIN
dist/icons/checked.png
vendored
Before Width: | Height: | Size: 451 B |
BIN
dist/icons/failed.png
vendored
Before Width: | Height: | Size: 428 B |
6
dist/icons/icons.qrc
vendored
|
@ -1,6 +0,0 @@
|
|||
<RCC>
|
||||
<qresource prefix="icons">
|
||||
<file>checked.png</file>
|
||||
<file>failed.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
BIN
dist/qt_themes/qdarkstyle/rc/Hmovetoolbar.png
vendored
Before Width: | Height: | Size: 220 B |
BIN
dist/qt_themes/qdarkstyle/rc/Hsepartoolbar.png
vendored
Before Width: | Height: | Size: 172 B |
BIN
dist/qt_themes/qdarkstyle/rc/Vmovetoolbar.png
vendored
Before Width: | Height: | Size: 228 B |
BIN
dist/qt_themes/qdarkstyle/rc/Vsepartoolbar.png
vendored
Before Width: | Height: | Size: 187 B |
BIN
dist/qt_themes/qdarkstyle/rc/branch_closed-on.png
vendored
Before Width: | Height: | Size: 147 B |
BIN
dist/qt_themes/qdarkstyle/rc/branch_closed.png
vendored
Before Width: | Height: | Size: 160 B |
BIN
dist/qt_themes/qdarkstyle/rc/branch_open-on.png
vendored
Before Width: | Height: | Size: 150 B |
BIN
dist/qt_themes/qdarkstyle/rc/branch_open.png
vendored
Before Width: | Height: | Size: 166 B |
BIN
dist/qt_themes/qdarkstyle/rc/checkbox_checked.png
vendored
Before Width: | Height: | Size: 492 B |
Before Width: | Height: | Size: 491 B |
Before Width: | Height: | Size: 252 B |
Before Width: | Height: | Size: 493 B |
Before Width: | Height: | Size: 492 B |
Before Width: | Height: | Size: 249 B |
BIN
dist/qt_themes/qdarkstyle/rc/checkbox_unchecked.png
vendored
Before Width: | Height: | Size: 464 B |
Before Width: | Height: | Size: 464 B |
Before Width: | Height: | Size: 240 B |
BIN
dist/qt_themes/qdarkstyle/rc/close-hover.png
vendored
Before Width: | Height: | Size: 598 B |
BIN
dist/qt_themes/qdarkstyle/rc/close-pressed.png
vendored
Before Width: | Height: | Size: 598 B |
BIN
dist/qt_themes/qdarkstyle/rc/close.png
vendored
Before Width: | Height: | Size: 586 B |
BIN
dist/qt_themes/qdarkstyle/rc/down_arrow.png
vendored
Before Width: | Height: | Size: 165 B |
BIN
dist/qt_themes/qdarkstyle/rc/down_arrow_disabled.png
vendored
Before Width: | Height: | Size: 166 B |
BIN
dist/qt_themes/qdarkstyle/rc/left_arrow.png
vendored
Before Width: | Height: | Size: 166 B |
BIN
dist/qt_themes/qdarkstyle/rc/left_arrow_disabled.png
vendored
Before Width: | Height: | Size: 166 B |
BIN
dist/qt_themes/qdarkstyle/rc/radio_checked.png
vendored
Before Width: | Height: | Size: 940 B |
Before Width: | Height: | Size: 972 B |
BIN
dist/qt_themes/qdarkstyle/rc/radio_checked_focus.png
vendored
Before Width: | Height: | Size: 846 B |
BIN
dist/qt_themes/qdarkstyle/rc/radio_unchecked.png
vendored
Before Width: | Height: | Size: 728 B |
Before Width: | Height: | Size: 760 B |
Before Width: | Height: | Size: 646 B |
BIN
dist/qt_themes/qdarkstyle/rc/right_arrow.png
vendored
Before Width: | Height: | Size: 160 B |
Before Width: | Height: | Size: 160 B |
BIN
dist/qt_themes/qdarkstyle/rc/sizegrip.png
vendored
Before Width: | Height: | Size: 129 B |
Before Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 182 B |
BIN
dist/qt_themes/qdarkstyle/rc/stylesheet-vline.png
vendored
Before Width: | Height: | Size: 239 B |
BIN
dist/qt_themes/qdarkstyle/rc/transparent.png
vendored
Before Width: | Height: | Size: 195 B |
BIN
dist/qt_themes/qdarkstyle/rc/undock.png
vendored
Before Width: | Height: | Size: 578 B |
BIN
dist/qt_themes/qdarkstyle/rc/up_arrow.png
vendored
Before Width: | Height: | Size: 158 B |
BIN
dist/qt_themes/qdarkstyle/rc/up_arrow_disabled.png
vendored
Before Width: | Height: | Size: 159 B |
46
dist/qt_themes/qdarkstyle/style.qrc
vendored
|
@ -1,46 +0,0 @@
|
|||
<RCC>
|
||||
<qresource prefix="qss_icons">
|
||||
<file>rc/up_arrow_disabled.png</file>
|
||||
<file>rc/Hmovetoolbar.png</file>
|
||||
<file>rc/stylesheet-branch-end.png</file>
|
||||
<file>rc/branch_closed-on.png</file>
|
||||
<file>rc/stylesheet-vline.png</file>
|
||||
<file>rc/branch_closed.png</file>
|
||||
<file>rc/branch_open-on.png</file>
|
||||
<file>rc/transparent.png</file>
|
||||
<file>rc/right_arrow_disabled.png</file>
|
||||
<file>rc/sizegrip.png</file>
|
||||
<file>rc/close.png</file>
|
||||
<file>rc/close-hover.png</file>
|
||||
<file>rc/close-pressed.png</file>
|
||||
<file>rc/down_arrow.png</file>
|
||||
<file>rc/Vmovetoolbar.png</file>
|
||||
<file>rc/left_arrow.png</file>
|
||||
<file>rc/stylesheet-branch-more.png</file>
|
||||
<file>rc/up_arrow.png</file>
|
||||
<file>rc/right_arrow.png</file>
|
||||
<file>rc/left_arrow_disabled.png</file>
|
||||
<file>rc/Hsepartoolbar.png</file>
|
||||
<file>rc/branch_open.png</file>
|
||||
<file>rc/Vsepartoolbar.png</file>
|
||||
<file>rc/down_arrow_disabled.png</file>
|
||||
<file>rc/undock.png</file>
|
||||
<file>rc/checkbox_checked_disabled.png</file>
|
||||
<file>rc/checkbox_checked_focus.png</file>
|
||||
<file>rc/checkbox_checked.png</file>
|
||||
<file>rc/checkbox_indeterminate.png</file>
|
||||
<file>rc/checkbox_indeterminate_focus.png</file>
|
||||
<file>rc/checkbox_unchecked_disabled.png</file>
|
||||
<file>rc/checkbox_unchecked_focus.png</file>
|
||||
<file>rc/checkbox_unchecked.png</file>
|
||||
<file>rc/radio_checked_disabled.png</file>
|
||||
<file>rc/radio_checked_focus.png</file>
|
||||
<file>rc/radio_checked.png</file>
|
||||
<file>rc/radio_unchecked_disabled.png</file>
|
||||
<file>rc/radio_unchecked_focus.png</file>
|
||||
<file>rc/radio_unchecked.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="qdarkstyle">
|
||||
<file>style.qss</file>
|
||||
</qresource>
|
||||
</RCC>
|