Giter Club home page Giter Club logo

spconfig's Introduction

spconfig

Configuration UI for the RSP plugin.

Purpose

Writes user-requested configuration settings to rsp_conf.bin, which is used by the "Static Interpreter" RSP emulation plugin. Configuring the RSP plugin through the emulator's Options menu or the like will simply re-load and refresh the contents of rsp_conf.bin and apply its settings.

Configuration

Launch the EXE, and answer the questions either individually or all at once.

There are only two (or three) questions, effectively offering "HLE graphics" and "HLE audio". If both are answered with a No (full low-level RSP emulation), there will be a third question asking to adjust the RSP semaphore register timing (which for speed and compatibility with non-supportive emulators ought to be disabled).

All questions are yes-or-no. Only a single character can be typed in the console to respond to a single question; entering two or more characters will answer the current question with the leading character and skip over the next question, answering that automatically with the subsequent character.

Input Interpretation

  • 'N', 'n', '0' and any other character whose ASCII code point is an even number signals "no".
  • 'Y', 'y', '1' and any other character whose ASCII code point is an odd number signals "yes".

If in doubt about the results written by this program, check the contents of rsp_conf.bin.

Examples

spconfig # launches the configuration program
> 000 # answers No to all three questions
> yy # answers Yes to both questions
> 10101 # Yes to HLE graphics, No to HLE audio, following digits ignored.
> Y # Yes to HLE graphics.  Wait for program to inquire input for HLE audio.

spconfig's People

Contributors

cxd4 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.