Coder Social home page Coder Social logo

tomysshadow / oldcpusimulator Goto Github PK

View Code? Open in Web Editor NEW
21.0 1.0 3.0 732 KB

This command line tool simulates running a process on a CPU with a slower clock speed in order to make old games run at the correct speed or underclock CPU intensive processes like video encoding.

License: MIT License

C++ 65.76% C# 33.74% C 0.50%

oldcpusimulator's Introduction

Old CPU Simulator 2.2.4
By Anthony Kleine

	This command line tool simulates running a process on a CPU with a
	slower clock speed in order to make old games run at the correct speed
	or underclock CPU intensive processes like video encoding.


Usage: OldCPUSimulator -t targetRate [options] -sw software.exe

-t targetRate (or --target-rate targetRate)
	The Target Rate (in MHz, from 1 to your CPU's current clock speed)
	to simulate.
	This argument is required.

	Go to http://intel.com/pressroom/kits/quickrefyr.htm
	for a quick reference of year to clock speed.
	Note that many of the measurements in said reference
	are in GHz. This tool uses MHz.

-r refreshRate (or --refresh-rate refreshRate)
	The Refresh Rate (in Hz) at which to refresh.
	This argument is not required.
	
	Effectively an accuracy meter.
	Lower numbers are more accurate but result in choppier playback.
	Higher numbers are less accurate but result in smoother playback.
	If not specified, Old CPU Simulator will default to the
	smoothest possible playback setting.
	
	Try 60, 30 or 15 for gaming, 1 to 6 for video encoding.

-ph (or --set-process-priority-high)
	Set the process priority of Old CPU Simulator to High,
	in order to potentially improve the accuracy of the simulation.

-a1 (or --set-synced-process-affinity-one)
	Set the process affinity of the synced process
	to one, which may make the speed more consistent
	and prevent crashes.
	May not work with newer games.

-mt (or --synced-process-main-thread-only)
	This is an optimization which improves the accuracy of the
	simulation, but may not work well with multithreaded software.

-rf (or --refresh-rate-floor-fifteen)
	Rounds Refresh Rate to the nearest multiple of 15 if applicable.

-sw software.exe (or --software software.exe)
	The software that will be created as the synced process.
	This argument is required.

	It must be given last, after all the options.
	Command line arguments may also be specified,
	which will be passed to the software.

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.