1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-nightly/src
Lioncash 7ddfce4a87 citra_qt/main: Simplify OnMenuLoadFile()
We can utilize QStringList's join() function to perform all of the
appending in a single function call.

While we're at it, make the extension list a single translatable string
and add a disambiguation comment to explain to translators what %1
actually is.
2018-10-14 22:31:46 +02:00
..
audio_core Logging: Change the TimeStretch::Process log from debug to trace level. 2018-10-06 16:55:05 +02:00
citra implemented touch in Qt and SDL 2018-10-09 23:10:28 +08:00
citra_qt citra_qt/main: Simplify OnMenuLoadFile() 2018-10-14 22:31:46 +02:00
common text_formatter: Avoid unnecessary string temporary creation in PrintMessage() 2018-10-06 16:46:02 +02:00
core Merge pull request #4305 from wwylele/fs-global 2018-10-11 13:04:02 -04:00
dedicated_room web_service: stop using std::future + callback style async 2018-09-13 16:14:34 -04:00
input_common Merge pull request #4304 from B3n30/std_optional 2018-10-11 12:40:00 -04:00
network Merge pull request #4191 from valentinvanelslande/minor-fix 2018-09-08 10:05:33 +08:00
tests Prefix all size_t with std:: 2018-09-06 16:03:28 -04:00
video_core Handle cases when std::optional does not contain a value 2018-10-05 16:51:33 +02:00
web_service web_backend: protect jwt cache with a mutex 2018-09-17 14:28:58 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Network: Added an executable to host an dedicated room for local wifi 2018-03-09 19:11:32 +01:00