| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Merge pull request #988 from lioncash/color | 2018-08-09 | 1 | -19/+31 | ||
| |\ \ \ | | | | | | | | | common/color: Minor cleanup | |||||
| | * | | | common/color: Remove unnecessary const qualifiers on return types | 2018-08-08 | 1 | -7/+7 | ||
| | | | | | | | | | | | | | | | | | These are just superfluous and not necessesary | |||||
| | * | | | common/color: Get rid of undefined behavior | 2018-08-08 | 1 | -12/+24 | ||
| | |/ / | | | | | | | | | | | | | Gets rid of type punning via reinterpret_cast within functions. Instead, we use memcpy to transfer the contents across types. | |||||
| * / / | vector_math: Use variable template version of is_signed in Vec classes | 2018-08-08 | 1 | -3/+3 | ||
| |/ / | | | | | | | Same behavior, less code | |||||
| * | | Merge pull request #966 from lioncash/modernize | 2018-08-08 | 5 | -11/+11 | ||
| |\ \ | | | | | | | common: Convert type traits templates over to variable template versions where applicable | |||||
| | * | | common: Convert type traits templates over to variable template versions ↵ | 2018-08-07 | 5 | -11/+11 | ||
| | | | | | | | | | | | | | | | | | | | where applicable Uses the C++17 inline variable variants | |||||
| * | | | Merge pull request #968 from lioncash/vec | 2018-08-08 | 1 | -180/+182 | ||
| |\ \ \ | | | | | | | | | vector_math: Minor cleanups | |||||
| | * | | | vector_math: Remove unimplemented function prototypes | 2018-08-07 | 1 | -23/+0 | ||
| | | | | | ||||||
| | * | | | vector_math: Make functions constexpr where applicable | 2018-08-07 | 1 | -154/+179 | ||
| | | | | | ||||||
| | * | | | vector_math: Convert typedefs to type aliases | 2018-08-07 | 1 | -3/+3 | ||
| | |/ / | ||||||
| * / / | file_util: Avoid sign-conversions in WriteArray() and ReadArray() | 2018-08-07 | 1 | -4/+8 | ||
| |/ / | | | | | | | Prevents compiler warnings. | |||||
| * / | service: Add usb services | 2018-08-07 | 2 | -0/+2 | ||
| |/ | | | | Adds basic skeleton for the usb services based off the information provided by Switch Brew. | |||||
| * | service: Add arp services | 2018-08-04 | 2 | -0/+2 | ||
| | | | | | | Adds the basic skeleton of the arp services based off the information provided by Switch Brew. | |||||
| * | Merge pull request #849 from DarkLordZach/xci | 2018-08-04 | 5 | -0/+20 | ||
| |\ | | | | | XCI and Encrypted NCA Support | |||||
| | * | Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch | 2018-08-01 | 3 | -0/+3 | ||
| | | | ||||||
| | * | Use SHGetKnownFolderPath instead of SHGetFolderPathA | 2018-08-01 | 1 | -3/+4 | ||
| | | | ||||||
| | * | Extract mbedtls to cpp file | 2018-08-01 | 1 | -1/+1 | ||
| | | | ||||||
| | * | Remove files that are not used | 2018-08-01 | 4 | -0/+16 | ||
| | | | ||||||
| * | | Merge pull request #898 from lioncash/mig | 2018-08-03 | 2 | -0/+2 | ||
| |\ \ | | | | | | | service: Add migration services | |||||
| | * | | service: Add migration services | 2018-08-02 | 2 | -0/+2 | ||
| | | | | | | | | | | | | | | | | Adds the basic skeleton for the mig:usr service based off information provided by Switch Brew. | |||||
| * | | | Merge pull request #900 from lioncash/init | 2018-08-03 | 1 | -5/+5 | ||
| |\ \ \ | | | | | | | | | math_util: Always initialize members of Rectangle | |||||
| | * | | | math_util: Always initialize members of Rectangle | 2018-08-02 | 1 | -5/+5 | ||
| | |/ / | | | | | | | | | | Prevents potentially using the members uninitialized. | |||||
| * | | | logging/log: Remove incorrect description in PCV doc comment | 2018-08-01 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | PCV isn't the parental control service. | |||||
| * | | | service: Add psc services | 2018-08-01 | 2 | -0/+2 | ||
| |/ / | | | | | | | | | Adds the basic skeleton for the psc services based off the information provided by Switch Brew. | |||||
| * | | Merge pull request #888 from lioncash/caps | 2018-08-01 | 2 | -0/+2 | ||
| |\ \ | | | | | | | service: Add capture services | |||||
| | * | | service: Add capture services | 2018-08-01 | 2 | -0/+2 | ||
| | |/ | | | | | | | | | Adds the basic skeleton for the capture services based off information provided by Switch Brew. | |||||
| * / | service: Add bpc and pcv services | 2018-08-01 | 2 | -0/+4 | ||
| |/ | | | | | Adds the basic skeleton for the remaining pcv-related services based off information on Switch Brew. | |||||
| * | Merge pull request #864 from FearlessTobi/port-3973 | 2018-07-31 | 1 | -2/+30 | ||
| |\ | | | | | Port #3973 from Citra: "Remove polymorphism issue" | |||||
| | * | remove polymorphism issue | 2018-07-29 | 1 | -2/+30 | ||
| | | | ||||||
| * | | Merge pull request #875 from lioncash/fgm | 2018-07-31 | 2 | -0/+2 | ||
| |\ \ | | | | | | | service: Add fgm services | |||||
| | * | | service: Add fgm services | 2018-07-31 | 2 | -0/+2 | ||
| | | | | | | | | | | | | | | | | Adds the basic skeleton for the fgm services based off the information provided by Switch Brew. | |||||
| * | | | service: Add the pcie service | 2018-07-31 | 2 | -0/+2 | ||
| |/ / | | | | | | | | | Adds the basic skeleton of the pcie service based off information on Switch Brew. | |||||
| * | | Port #3758 from Citra (#852): Add missing std::string import in text_formatter | 2018-07-30 | 1 | -0/+1 | ||
| | | | ||||||
| * | | Merge pull request #861 from FearlessTobi/port-3972 | 2018-07-30 | 2 | -81/+31 | ||
| |\ \ | | | | | | | Port #3972 from Citra: "common/timer: use std::chrono, avoid platform-dependent code" | |||||
| | * | | Port #3972 from Citra: "common/timer: use std::chrono, avoid ↵ | 2018-07-29 | 2 | -81/+31 | ||
| | |/ | | | | | | | platform-dependent code" | |||||
| * | | Merge pull request #862 from FearlessTobi/port-3997 | 2018-07-30 | 1 | -3/+5 | ||
| |\ \ | | | | | | | Port #3997 from Citra: "common/string_utils: replace boost::transform with std counterpart" | |||||
| | * | | common/string_utils: replace boost::transform with std counterpart | 2018-07-29 | 1 | -3/+5 | ||
| | |/ | | | | | | | Note: according to cppreference it is necessary to convert char to unsigned char when using std::tolower and std::toupper, otherwise the behaviour would be undefined. | |||||
| * | | Merge pull request #865 from FearlessTobi/port-3732 | 2018-07-30 | 2 | -4/+2 | ||
| |\ \ | | | | | | | Port #3732 from Citra: "common: Fix compilation on ARM" | |||||
| | * | | Port #3732 from Citra: "common: Fix compilation on ARM" | 2018-07-29 | 2 | -4/+2 | ||
| | |/ | ||||||
| * | | Merge pull request #857 from lioncash/wlan | 2018-07-30 | 2 | -0/+2 | ||
| |\ \ | | | | | | | service: Add wlan services | |||||
| | * | | service: Add wlan services | 2018-07-28 | 2 | -0/+2 | ||
| | |/ | | | | | | | | | Adds the basic skeleton for the wlan services based off the information on Switch Brew. | |||||
| * / | service: Add btm services | 2018-07-28 | 2 | -0/+2 | ||
| |/ | | | | | Adds the skeleton for the btm services based off the information on Switch Brew. | |||||
| * | Merge pull request #847 from lioncash/ncm | 2018-07-28 | 2 | -0/+2 | ||
| |\ | | | | | service: Add ncm services | |||||
| | * | service: Add ncm services | 2018-07-27 | 2 | -0/+2 | ||
| | | | | | | | | | | | Adds the basic skeleton for the ncm services based off information on Switch Brew. | |||||
| * | | Merge pull request #846 from lioncash/mii | 2018-07-28 | 2 | -0/+2 | ||
| |\ \ | |/ |/| | service: Add mii services | |||||
| | * | service: Add mii services | 2018-07-27 | 2 | -0/+2 | ||
| | | | | | | | | | | | Adds the skeleton for the mii services based off information provided by Switch Brew | |||||
| * | | Merge pull request #845 from lioncash/nfc | 2018-07-27 | 2 | -0/+2 | ||
| |\ \ | | | | | | | service: Add nfc services | |||||
| | * | | service: Add nfc services | 2018-07-27 | 2 | -0/+2 | ||
| | |/ | | | | | | | | | Adds the skeleton of the nfc service based off the information provided on Switch Brew. | |||||
| * / | service/lbl: Implement EnableVrMode, DisableVrMode and GetVrMode | 2018-07-27 | 2 | -0/+2 | ||
| |/ | | | | | Implements these functions according to the information available on Switch Brew. | |||||
| * | service: Add ldn services | 2018-07-26 | 2 | -0/+2 | ||
| | | | | | Adds ldn services based off information provided by Switch Brew. | |||||