version 1.31, 2015/02/04 05:17:05
|
version 1.32, 2015/02/05 23:39:59
|
Line 111 A Raspberry Pi optimized build of *ioqua
|
Line 111 A Raspberry Pi optimized build of *ioqua
|
|
|
Place the pak0.pk3 file in the /usr/pkg/lib/ioquake3/baseq3 directory. |
Place the pak0.pk3 file in the /usr/pkg/lib/ioquake3/baseq3 directory. |
|
|
|
## RetroArch / Libretro |
|
Using [emulators/retroarch](http://pkgsrc.se/emulators/retroarch) it is possible to run many emulators at full speed the Raspberry Pi. Emulator cores for various gaming consoles are available in the [emulators/libretro-*](http://pkgsrc.se/search.php?so=libretro-) packages. To begin using retroarch: |
|
|
|
- Install [emulators/retroarch](http://pkgsrc.se/emulators/retroarch) |
|
- Install the libretro core for the system you would like to emulate (lets take [emulators/libretro-gambatte](http://pkgsrc.se/emulators/libretro-gambatte), a GameBoy Color emulator, as an example). |
|
- Plug in a USB HID compatible Gamepad, such as the Logitech F710 in "DirectInput" mode (set "D/X" switch to "D"). |
|
- Create a config file for your gamepad using *retroarch-joyconfig*. |
|
[[!template id=programlisting text=""" |
|
$ retroarch-joyconfig -o gamepad.cfg -a |
|
"""]] |
|
- Launch the emulator from the command-line (no X required): |
|
[[!template id=programlisting text=""" |
|
$ retroarch --appendconfig gamepad.cfg -L /usr/pkg/lib/libretro/gambatte_libretro.so game.gbc |
|
"""]] |
|
|
# Additional links |
# Additional links |
- [ARM userland utilities](https://github.com/jaredmcneill/userland) |
- [ARM userland utilities](https://github.com/jaredmcneill/userland) |
|
|