diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-06-08 09:27:25 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-06-08 09:27:25 +0000 |
| commit | 5f868fa161d5827e45a060a0b17b44a997625315 (patch) | |
| tree | 1694ae3dfcb0189abdf098edbf6dae0bf2a18e4d /doc | |
| parent | c7eb23ccf1813fb4ca47c309c40baff308151237 (diff) | |
| download | pcsxr-5f868fa161d5827e45a060a0b17b44a997625315.tar.gz | |
Rebranding.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67621 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/Makefile.am | 5 | ||||
| -rw-r--r-- | doc/pcsxr.1 (renamed from doc/pcsx.1) | 14 | ||||
| -rw-r--r-- | doc/tweaks.txt | 2 |
3 files changed, 12 insertions, 9 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index f2baf277..6603ffa4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,2 @@ -EXTRA_DIST = keys.txt tweaks.txt - -man_MANS = pcsx.1 +man_MANS = pcsxr.1 +EXTRA_DIST = keys.txt tweaks.txt $(man_MANS) diff --git a/doc/pcsx.1 b/doc/pcsxr.1 index 27d86e08..450e51a9 100644 --- a/doc/pcsx.1 +++ b/doc/pcsxr.1 @@ -1,14 +1,15 @@ .\" Hey, EMACS: -*- nroff -*- -.TH PCSX 1 "October 01, 2005" +.TH PCSXR 1 "October 01, 2005" .SH NAME -pcsx - Playstation emulator +pcsxr - Playstation emulator .SH SYPNOSIS -.B pcsx +.B pcsxr .I [options] [file] .SH DESCRIPTION -PCSX is a plugin-based Playstation emulator able to play most PSX games. It provides CPU, BIOS, and basic system emulation and relies on plugins for sound, input, and graphics emulation. +PCSXR is a plugin-based PlayStation emulator able to play most PSX games. It provides CPU, BIOS, and basic system emulation and relies on plugins for sound, input, and graphics emulation. .PP .SH OPTIONS +.TP .B -runcd Runs CD-ROM from drive .TP @@ -24,6 +25,9 @@ Specify a different config file .B -psxout Enable PSX output .TP +.B -slowboot +Enable BIOS Logo +.TP .B -load STATENUM Loads savestate STATENUM .TP @@ -31,5 +35,5 @@ Loads savestate STATENUM Display help message .TP .SH AUTHOR -pcsx was written by Linuzappz <linuzappz@pcsx.net>. PCSX-df was written by Ryan Schultz <schultz.ryan@gmail.com> and Andrew Burton <adb@iinet.net.au>. PCSX-Reloaded was written by Wei Mingzhi <weimingzhi@gmail.com>. +PCSX was written by Linuzappz <linuzappz@pcsx.net>. PCSX-df was written by Ryan Schultz <schultz.ryan@gmail.com> and Andrew Burton <adb@iinet.net.au>. PCSX-Reloaded was written by Wei Mingzhi <weimingzhi@gmail.com>. This manual page was written by Ryan Schultz <schultz.ryan@gmail.com> for the Debian Project. diff --git a/doc/tweaks.txt b/doc/tweaks.txt index ad6e1854..dd7c53c4 100644 --- a/doc/tweaks.txt +++ b/doc/tweaks.txt @@ -1,4 +1,4 @@ -There are several toggles in PCSX to allow you to modify emulation +There are several toggles in PCSXR to allow you to modify emulation behavior; this may allow certain games to work that would not otherwise function. These can all be found at Configuration -> CPU. |
