kongfl888 K
ebac6b17b0
qt/ui: Fix typos and warnings of duplicate variable names. ( #6511 )
2023-05-07 18:49:57 +05:30
Vitor K
34de77d429
Various miscelaneous changes ( #6496 )
2023-05-03 17:24:10 +02:00
Tobias
1ddea27ac8
code: Cleanup and warning fixes from the Vulkan PR ( #6163 )
...
Co-authored-by: emufan4568 <geoster3d@gmail.com>
Co-authored-by: Kyle Kienapfel <Docteh@users.noreply.github.com>
2022-11-04 23:32:57 +01:00
Morph
0d955c452b
citra_qt: Resolve C4267 warning on MSVC
2022-05-18 00:05:41 -04:00
scribblemaniac
44e1f2319f
Improve tab ordering ( #6019 )
2022-05-13 20:36:09 +05:30
Vitor Kiguchi
d87fee05a9
Resolve some variable hiding warnings
...
(C4456: variable hides previous local declaration)
2020-12-06 15:59:13 -03:00
Vitor Kiguchi
e68aeedc3d
resolve warnings of deprecated Qt members
2020-12-06 15:59:13 -03:00
Gauvain "GovanifY" Roussel-Tarbouriech
2a616fcc5e
ipc_debugger: Fixing NULL ptr call on multiple clear
2020-02-23 03:54:29 +01:00
vvanelslande
a650402eb5
citra_qt/RecordDialog: close when OK is clicked
...
The OK button didn't do anything before.
2019-09-21 23:56:07 -05:00
zhupengfei
3d14abeb41
citra_qt/record_dialog: Switch to QFormLayout
2019-08-29 00:03:56 +08:00
zhupengfei
42cefdbff0
citra_qt/debugger: Add recorder widget
...
This widget provides a simple list of recorded requests as well as a simple filter and the 'Clear' button. Requests with status 'HLE Unimplemented' or 'Error' will be marked out with the red color.
This widget handles retrival of service name. For reasons refer to a previous commit message.
Added the widget to the Debugging menu, pretty much the same as other debugging widgets.
2019-08-20 03:08:55 +08:00
zhupengfei
45930e0621
citra_qt: Add record dialog
...
This 'View Record' dialog shows all relevant information on a record as well as the command buffers.
2019-08-20 03:08:20 +08:00