Age | Commit message (Collapse) | Author |
|
|
|
causes a crash).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Silence some -Wsign-compare warnings.
|
|
|
|
|
|
|
|
The background color can be seen at the sides of the bottom screen or when the window is wider than normal.
|
|
callstack: Remove unnecessary disassembler instantiation
|
|
|
|
Decode is a static function. There's no need to allocate a disassembler instance.
|
|
|
|
to simplify the code as well
|
|
request. Made the debug build a true debug build with no optimizxations and the RelWithDebInfo is what it says it is too. Changed the copying of the dlls to the build directories to happen at configuration time instead of build time
|
|
RelWithDebInfo target and setup copying the Qt 5 Dlls to the output directories.
|
|
|
|
|
|
GPU: Implemented more depth buffer formats.
|
|
|
|
|
|
Apply the logging filter before sending the message to the queue
|
|
Includes more opcodes to implement in the future.
|
|
|
|
Set framebuffer layout from EmuWindow.
|
|
|
|
Add profiling infrastructure and widget
|
|
formatting on the other thread.
|
|
- Centralizes color format encode/decode functions.
- Fixes endianness issues.
- Implements remaining framebuffer formats in the debugger.
|
|
|
|
Bit 3 is used to specify a raw copy, where no processing is done to the data, seems to behave exactly as a DMA.
Bit 1 is used to specify whether to convert from a tiled format to a linear format or viceversa.
|
|
|
|
|
|
|
|
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)
Also removed some GEKKO cruft.
|
|
Services: Stub some functions
|
|
|
|
the uniformRowHeight hint.
|
|
|
|
Silence a few warnings.
|
|
|
|
|
|
|
|
Add option to hide dock widget title bars
|