Commit Graph
20 Commits
Author SHA1 Message Date
Pengfei ZhuandGitHub 607b384d86 Merge pull request #4447 from B3n30/cheats_comp_16bit
Fix 16bit comparison operations
2018-11-18 21:49:53 +08:00
Pengfei ZhuandGitHub 39cbd4166c Merge pull request #4409 from valentinvanelslande/cro
ldr_ro: change std::tie to structured binding
2018-11-08 21:39:56 +08:00
zhupengfei ab07d44193 citra_qt/configuration: fix language configuration issues 2018-11-03 09:34:01 +08:00
Pengfei ZhuandGitHub c5b7018625 citra_qt: add seconds section to clock settings (#4347)
* citra_qt: add seconds section to clock settings

Simple fix to make the UI more usable.

* Use an ISO styled format string

Not actually tested locally
2018-10-25 21:29:43 +08:00
Pengfei ZhuandGitHub 9458ae0977 Merge pull request #4259 from zhaowenlan1779/game-list
citra_qt: Add Game List configuration
2018-10-18 21:29:33 +08:00
Pengfei ZhuandGitHub c4ed7e75f4 Merge pull request #4340 from wwylele/disable-scripting
CMake: disable scripting on default
2018-10-17 17:48:11 +08:00
Pengfei ZhuandGitHub 0df32275a7 Merge pull request #4282 from zhaowenlan1779/frame-advance
core, citra_qt: add frame advancing to framelimiter
2018-10-15 21:25:41 +08:00
zhupengfei 8ecd31db41 citra_qt: use enum classes for the settings 2018-10-14 22:55:28 +08:00
Pengfei ZhuandGitHub 84ddb1cba0 Merge pull request #4331 from zhaowenlan1779/cemuhook-fix
citra: fix cemuhook module crash
2018-10-14 21:35:38 +08:00
zhupengfei b459164c2a citra: fix cemuhook module crash
fixes #4144. Updated inih to use the newly added GetString function which returns the default value on empty string.
2018-10-12 22:58:30 +08:00
Pengfei ZhuandGitHub efc0d502ed Merge pull request #4326 from zhaowenlan1779/multiplayer-retranslate
citra_qt/multiplayer: retranslate multiplayer dialogs
2018-10-11 09:44:33 -05:00
Pengfei ZhuandGitHub 8195d8ff82 Merge pull request #4327 from ccawley2011/patch-1
travis: Ignore binary files when checking for trailing whitespace
2018-10-11 09:44:13 -05:00
zhupengfei 748a9849ec citra_qt/multiplayer: retranslate multiplayer dialogs 2018-10-10 18:21:22 +08:00
Pengfei ZhuandGitHub 0e42fa9fa7 Merge pull request #4307 from valentinvanelslande/movie
movie: fix some checks
2018-10-05 17:37:52 -05:00
Pengfei ZhuandWeiyi Wang 008242c5f3 appveyor: fix mingw build (#4303)
* Try to manually overwrite

* Update appveyor.yml

* Update appveyor.yml

* what about don't overwrite?

* what if only syyu once?

* still need to syyu twice it seems

* add comment as well as trigger rebuild

what happened to msvc

* it seems that I can just remove the -Syy
2018-10-05 10:58:33 -04:00
Pengfei ZhuandGitHub 2a90426cb8 Merge pull request #4267 from zhaowenlan1779/movie
movie: Add clock init time to CTM header
2018-10-05 08:20:33 -05:00
Pengfei ZhuandGitHub 87e16c80ac Merge pull request #4229 from zhaowenlan1779/open-folder
citra_qt, core: game list "Open XXX Location" improvements
2018-10-05 00:46:43 -05:00
Pengfei ZhuandGitHub c709ac0021 travis: disable scripting for transifex push job
Fixes transifex push.
2018-10-02 18:50:54 +08:00
zhupengfei cb775eb1ba core, citra_qt: add frame advancing to framelimiter
Frame advancing is a commonly used TAS feature which basically means running the game frame by frame. TASers use this feature to press exact buttons at the exact frames. This commit added frame advancing to the framelimiter and two actions to the Movie menu. The default hotkey is `\` for advancing frames, and `Ctrl+A` for toggling frame advancing. The `Advance Frame` hotkey would automatically enable frame advancing if not already enabled.
2018-10-02 07:28:58 +08:00
Pengfei ZhuandGitHub b2bfcfcbd7 Merge pull request #4140 from zhaowenlan1779/input-config
citra_qt/configuration: misc input tab improvements
2018-10-01 03:05:31 -05:00