citra-nightly/src
benstephens56 c8a7185444
Convert Input Count to Frame Count (#5954)
* Convert Input Count to Frame Count

While recording or playing a movie file, the left side of the status bar currently displays an input counter which shows how many times the emulator has polled for button inputs during the movie. This information is far less easily understandable and less useful for TASing compared to a frame count. The frame count has a linear relationship with input count that can be expressed with Frame Count = 0.255689103308912 * Input Count. Simply put, instead of having a counter that goes up by 3 or 4 every frame, this makes it a counter that goes up by exactly 1 every frame.

* Update movie.cpp

* Update movie.cpp

* Fixing clang-format errors

* Update movie.cpp

Did not realize that the frame rate was defined as a constant somewhere in the source code. This makes this conversion far less sketchy.

* Update movie.cpp
2022-03-05 12:38:35 +05:30
..
android android: Update .gitignore for CXX compile cache. 2021-09-29 22:51:15 +05:30
audio_core audio_core/hle/ffmpeg_decoder: make avcodec const 2022-02-21 00:51:17 -07:00
citra Merge pull request #5448 from zhaowenlan1779/rerecording 2022-02-18 20:29:36 -07:00
citra_qt Merge pull request #5448 from zhaowenlan1779/rerecording 2022-02-18 20:29:36 -07:00
common Merge pull request #5906 from SachinVin/android2 2022-01-04 17:40:33 -08:00
core Convert Input Count to Frame Count (#5954) 2022-03-05 12:38:35 +05:30
dedicated_room Fix: fatal error CVT1100 when compiling manifest file (#5322) 2020-06-20 13:50:33 -05:00
input_common Add support for SDL controller accelerometer/gyro events 2021-09-18 12:24:38 -04:00
network fix(net): prevent gibberish padding on linux client (#5941) 2022-02-05 11:23:48 +05:30
tests tests: Fix warning about comparison between signed and unsigned (#5632) 2020-12-05 22:20:50 +01:00
video_core Merge pull request #5804 from weihuoya/minorfx 2022-01-30 21:51:11 +05:30
web_service externals: update httplib and libressl ... 2022-01-13 19:32:50 -07:00
.clang-format clang format: add objective c++ formatting 2022-01-10 13:52:39 +01:00
CMakeLists.txt Use GitHub Actions as CI service (#5602) 2020-11-12 06:21:35 +01:00