| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-07 | externals/CMakeLists: Add EXCLUDE_FROM_ALL to lz4's add_subdirectory() command | Lioncash | |
| We don't need to build the lz4 CLI tool, or anything else. We just want to build in the library statically, so we specify this to ensure that. Now, we don't potentially build unnecessary targets. | |||
| 2018-08-07 | configure_gamelist: Use explicit QVariant constructor | Zach Hilman | |
| 2018-08-07 | Merge pull request #920 from DarkLordZach/titlekey | bunnei | |
| content_archive: Add support for titlekey cryptography | |||
| 2018-08-07 | Merge pull request #957 from lioncash/event | bunnei | |
| nvflinger: Correct typo in name of composition event | |||
| 2018-08-07 | Merge pull request #954 from lioncash/hid | bunnei | |
| services/hid: Add ActivateNpadWithRevision() to the hid function info array | |||
| 2018-08-07 | Merge pull request #960 from lioncash/apm | bunnei | |
| service/apm: Add the apm:sys service | |||
| 2018-08-07 | Merge pull request #950 from lioncash/hotkey | bunnei | |
| qt/hotkey: Get rid of global hotkey map instance | |||
| 2018-08-07 | Merge pull request #948 from hcorion/fix-mbedtls-installing-files | bunnei | |
| CMakeLists: Make mbedtls and cubeb not install headers and libraries | |||
| 2018-08-07 | Merge pull request #955 from lioncash/view | bunnei | |
| nvflinger: Use std::string_view in OpenDisplay() | |||
| 2018-08-07 | Merge pull request #953 from lioncash/time | bunnei | |
| service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule() | |||
| 2018-08-07 | Merge pull request #959 from KAMiKAZOW/cubeb-compilation | bunnei | |
| Make building cubeb optional | |||
| 2018-08-07 | Merge pull request #956 from lioncash/nv | bunnei | |
| nvdrv: Get rid of indirect inclusions | |||
| 2018-08-07 | file_util: Avoid sign-conversions in WriteArray() and ReadArray() | Lioncash | |
| Prevents compiler warnings. | |||
| 2018-08-07 | Lowered down the logging for methods | Hexagon12 | |
| 2018-08-07 | Merge pull request #952 from lioncash/usb | bunnei | |
| service: Add usb services | |||
| 2018-08-07 | Merge pull request #949 from lioncash/priv | bunnei | |
| client_port: Make all data members private | |||
| 2018-08-07 | Merge pull request #951 from lioncash/glad | bunnei | |
| externals: Update glad to 0.1.26 | |||
| 2018-08-07 | Merge pull request #961 from DarkLordZach/nca-as-drd-scope | bunnei | |
| loader: Fix scope error in DeconstructedRomDirectory | |||
| 2018-08-07 | loader: Fix scope error in DeconstructedRomDirectory | Zach Hilman | |
| 2018-08-07 | service/apm: Add the apm:sys service | Lioncash | |
| Adds the basic skeleton of the apm:sys service based off the information on Switch Brew. | |||
| 2018-08-07 | nvflinger: Correct typo in name of composition event | Lioncash | |
| 2018-08-07 | nvdrv: Make Ioctl()'s definition match its prototype | Lioncash | |
| The only reason this wasn't a compilation error is because we use little-endian systems. | |||
| 2018-08-07 | nvdrv: Get rid of indirect inclusions | Lioncash | |
| 2018-08-07 | nvflinger: Get rid of indirect inclusions | Lioncash | |
| 2018-08-07 | nvflinger: Use std::string_view in OpenDisplay() | Lioncash | |
| We don't need to use a std::string here, given all that's done is comparing the character sequence against another. This allows passing regular const char* without needing to heap allocate. | |||
| 2018-08-07 | Make building cubeb optional | KAMiKAZOW | |
| 2018-08-07 | services/hid: Add ActivateNpadWithRevision() to the hid function info array | Lioncash | |
| Updated based off the information on Switch Brew. | |||
| 2018-08-07 | service/time: Amend command IDs of ToPosixTime() and ToPosixTimeWithMyRule() | Lioncash | |
| Updates the ID of these based off the information on Switch Brew. | |||
| 2018-08-07 | service: Add usb services | Lioncash | |
| Adds basic skeleton for the usb services based off the information provided by Switch Brew. | |||
| 2018-08-07 | qt/hotkey: Get rid of global hotkey map instance | Lioncash | |
| Instead, we make a proper registry class and house it within the main window, then pass it to whatever needs access to the loaded hotkeys. This way, we avoid a global variable, and don't need to initialize a std::map instance before the program can do anything. | |||
| 2018-08-07 | externals: Update glad to 0.1.26 | Lioncash | |
| Updates the library from 0.1.25. Mainly fixes issues related to macOS, but we may as well update the library. | |||
| 2018-08-06 | loader: Add icon and title support to XCI | Zach Hilman | |
| 2018-08-06 | Fix missing qjpeg DLL | Zach Hilman | |
| 2018-08-06 | Use const where applicable | Zach Hilman | |
| 2018-08-06 | Avoid parsing RomFS to directory in NCA | Zach Hilman | |
| 2018-08-06 | client_port: Make all data members private | Lioncash | |
| These members don't need to be entirely exposed, we can instead expose an API to operate on them without directly needing to mutate them We can also guard against overflow/API misuse this way as well, given active_sessions is an unsigned value. | |||
| 2018-08-06 | Merge pull request #931 from DarkLordZach/nca-as-drd | bunnei | |
| loader: Make AppLoader_NCA rely on directory loading code | |||
| 2018-08-06 | Merge pull request #947 from lioncash/encoding | bunnei | |
| game_list: Use QString::fromStdString() where applicable instead of c_str() | |||
| 2018-08-06 | GDBStub works with both Unicorn and Dynarmic now (#941) | Hedges | |
| * GDBStub works with both Unicorn and Dynarmic now * Tidy up | |||
| 2018-08-06 | Merge pull request #943 from lioncash/decl | bunnei | |
| game_list: Join declarations and assignments in onTextChanged() | |||
| 2018-08-06 | Merge pull request #946 from lioncash/compress | bunnei | |
| qt/main: Collapse if statement in UpdateRecentFiles() | |||
| 2018-08-06 | Merge pull request #944 from lioncash/menu | bunnei | |
| qt: Don't show error dialog when canceling the Load Folder dialog | |||
| 2018-08-06 | Merge pull request #942 from lioncash/default | bunnei | |
| qt: Minor cleanup-related changes | |||
| 2018-08-06 | Make mbedtls and cubeb not install headers and libraries | Zion Nimchuk | |
| 2018-08-06 | Merge pull request #940 from lioncash/private | bunnei | |
| kernel/event: Make data members private | |||
| 2018-08-06 | Merge pull request #936 from bunnei/avoid-copies | bunnei | |
| gl_rasterizer_cache: Avoid superfluous surface copies. | |||
| 2018-08-06 | Merge pull request #934 from lioncash/chrono | bunnei | |
| core_timing: Make GetGlobalTimeUs() return std::chrono::microseconds | |||
| 2018-08-06 | Merge pull request #945 from lioncash/exist | James Rowe | |
| qt/main: Better file-existence checking within OnMenuRecentFile() and UpdateUITheme() | |||
| 2018-08-06 | qt/main: Avoid sign conversions in UpdateRecentFiles() | Lioncash | |
| This was intermixing signed and unsigned values when they could all just be signed. | |||
| 2018-08-06 | game_list: Remove unnecessary conversion to std::string in ValidateEntry() | Lioncash | |
| We can just use the file interfaces that Qt provides to prevent needing to convert to std::string. | |||
