| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-24 | graphic_breakpoints: Correct translation of strings in BreakpointModel's ↵ | Lioncash | |
| data() function tr() will not function properly on static/global data like this, as the object is only ever constructed once, so the strings won't translate if the language is changed without restarting the program, which is undesirable. Instead we can just turn the map into a plain old function that maps the values to their equivalent strings. This is also lessens the memory allocated, since it's only allocating memory for the strings themselves, and not an encompassing map as well. | |||
| 2018-09-15 | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | |
| 2018-08-24 | debug_utils: Remove unused includes | Lioncash | |
| Quite a bit of these aren't necessary directly within the debug_utils header and can be removed or included where actually necessary. | |||
| 2018-08-02 | yuzu: Use Qt 5 signal/slots where applicable | Lioncash | |
| Makes the signal/slot connections type-safe instead of string-based. | |||
| 2018-03-24 | Frontend: Ported the GPU breakpoints and surface viewer widgets from citra. | Subv | |
| 2018-01-12 | Remove gpu debugger and get yuzu qt to compile | James Rowe | |
| 2018-01-12 | Massive removal of unused modules | James Rowe | |
