Commit Graph

19 Commits (1147db9dd1026672b96ca9d548239cace85ce952)

Author SHA1 Message Date
Lioncash 7c9644646f
general: Make formatting of logged hex values more straightforward
This makes the formatting expectations more obvious (e.g. any zero padding specified
is padding that's entirely dedicated to the value being printed, not any pretty-printing
that also gets tacked on).
7 years ago
Lioncash 08da0b7acc
core/hw: Move logging macros over to fmt-capable ones 7 years ago
James Rowe 096be16636 Format: Run the new clang format on everything 7 years ago
James Rowe 389979018c Remove gpu debugger and get yuzu qt to compile 7 years ago
Yuri Kunde Schlesner 84fbbe2629 Use negative priorities to avoid special-casing the self-include 9 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks.
This makes clang-format useful on those.

Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
9 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 9 years ago
Tony Wasserka 902fa4da52 Add CiTrace recording support.
This is exposed in the GUI as a new "CiTrace Recording" widget.

Playback is implemented by a standalone 3DS homebrew application (which only runs reliably within Citra currently; on an actual 3DS it will often crash still).
10 years ago
Emmanuel Gil Peyrot 4964a359e1 Core: Cleanup hw includes. 10 years ago
Emmanuel Gil Peyrot b1503b2020 Remove every trailing whitespace from the project (but externals). 10 years ago
Yuri Kunde Schlesner e1fbac3ca1 Common: Remove common.h 10 years ago
bunnei 57aaaf92db HW: Properly initialize and shutdown all modules. 10 years ago
archshift 041e99b613 Added LCD registers, and implementation for color filling in OGL code. 10 years ago
Tony Wasserka 1dfa392824 Rename LCD to GPU. 11 years ago
Tony Wasserka b1c8bad9a6 Pica: Add command list registers. 11 years ago
bunnei 7bb66421a0 lcd: added thread wait after (faked) vblank interrupt (would have) occurred 11 years ago
bunnei f0525a1eb4 added code to LCD modules keep track of framebuffer location in FCRAM or VRAM 11 years ago
bunnei f78794961e - changed HW IO map to use virtual addresses
- added hooks to catch LCD IO read/writes
11 years ago
bunnei 70c2cce963 renamed hw_lcd module to just lcd 11 years ago