Weiyi Wang
|
7d8f115185
|
Prefix all size_t with std::
done automatically by executing regex replace `([^:0-9a-zA-Z_])size_t([^0-9a-zA-Z_])` -> `$1std::size_t$2`
|
2018-09-06 16:03:28 -04:00 |
|
James Rowe
|
f61141e86a
|
Update the entire application to use the new clang format style
|
2018-03-09 10:54:43 -07:00 |
|
Lioncash
|
a73f135868
|
citra_qt: Migrate to Qt 5 signal/slot connection syntax where applicable
This is more type-safe than the string-based signal/slot syntax that was
being used. It also makes the connections throughout the UI code consistent.
|
2017-12-17 18:44:48 -05:00 |
|
Lioncash
|
8309d0dade
|
citra-qt: Move graphics debugging code into its own folder
Keeps all graphics debugging stuff from cluttering up the root debugger
folder
|
2016-12-21 17:19:21 -05:00 |
|