Commit Graph

8 Commits (ce36ad454ecd4707a77916fdb79954c8924b50ee)

Author SHA1 Message Date
Yuri Kunde Schlesner 0e0a007a25 Add configurable per-class log filtering 10 years ago
Tony Wasserka 80e9c02bd6 Merge pull request #159 from SeannyM/enable_log
Add support for disabling log from settings
10 years ago
bunnei 3409790668 ARM: Fixed several dyncom bugs.
- Fixed NZCVT flags to properly save state when function returns.
- Fixed counter to keep track of the actual number of instructions executed.
- Fixed single-step mode to only execute one instruction at a time.
- DefaultIni: Removed comment that no longer applied to dyncom.
10 years ago
Sean 371b61f3ea Add support for disabling log from settings 10 years ago
archshift 09e19f9f1e Added `gpu_refresh_rate` config setting for the new interpreter speed hack. 10 years ago
archshift 0783498f57 Use configuration files to enable or disable the new dyncom interpreter. 10 years ago
archshift a59f57d504 Use config files to store whether SDMC is enabled or not
Before, it used to use whether the directory actually existed. As a result, .citra-emu/sdmc was never auto-created (something quite confusing to me until I read through the logs).
10 years ago
archshift e6594f9f53 Added configuration file system.
Uses QSettings on citra-qt, and inih on citra-cli.
10 years ago