Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | video_core: Remove all Core::System references in renderer | ReinUsesLisp | 2020-09-06 | 1 | -1/+0 |
| | | | | | | | | | Now that the GPU is initialized when video backends are initialized, it's no longer needed to query components once the game is running: it can be done when yuzu is booting. This allows us to pass components between constructors and in the process remove all Core::System references in the video backend. | ||||
* | common/telemetry: Migrate namespace into the Common namespace | Lioncash | 2020-08-18 | 1 | -1/+2 |
| | | | | | Migrates the Telemetry namespace into the Common namespace to make the code consistent with the rest of our common code. | ||||
* | common/fileutil: Convert namespace to Common::FS | Lioncash | 2020-08-16 | 1 | -2/+2 |
| | | | | | | | | | | | | Migrates a remaining common file over to the Common namespace, making it consistent with the rest of common files. This also allows for high-traffic FS related code to alias the filesystem function namespace as namespace FS = Common::FS; for more concise typing. | ||||
* | General: Setup yuzu threads' microprofile, naming and registry. | Fernando Sahmkow | 2020-06-27 | 1 | -2/+4 |
| | |||||
* | YuzuCMD/Tester: Correct execution | Fernando Sahmkow | 2020-06-27 | 1 | -3/+4 |
| | |||||
* | General: Recover Prometheus project from harddrive failure | Fernando Sahmkow | 2020-06-27 | 1 | -1/+1 |
| | | | | | | | This commit: Implements CPU Interrupts, Replaces Cycle Timing for Host Timing, Reworks the Kernel's Scheduler, Introduce Idle State and Suspended State, Recreates the bootmanager, Initializes Multicore system. | ||||
* | Address review and fix broken yuzu-tester build | James Rowe | 2020-03-26 | 1 | -5/+1 |
| | |||||
* | configure_debug: Move reporting option to logging | Zach Hilman | 2019-09-22 | 1 | -1/+3 |
| | |||||
* | yuzu-tester/yuzu: Correct format string | Lioncash | 2019-07-30 | 1 | -1/+1 |
| | | | | Prevents an invalid formatting exception from being thrown. | ||||
* | yuzu-tester/yuzu: Remove unused variable | Lioncash | 2019-07-30 | 1 | -1/+0 |
| | | | | Gets rid of a compilation warning. | ||||
* | yuzutest: Add minor comments | Zach Hilman | 2019-06-10 | 1 | -7/+8 |
| | |||||
* | yuzu_tester: Display results in table format | Zach Hilman | 2019-06-10 | 1 | -10/+44 |
| | |||||
* | yuzutest: Support multiple tests per executable | Zach Hilman | 2019-06-10 | 1 | -1/+1 |
| | |||||
* | yuzu_tester: Use config, icon, and main from yuzu-cmd | Zach Hilman | 2019-06-10 | 1 | -0/+232 |