- 21 Jan, 2018 6 commits
- 20 Jan, 2018 15 commits
-
-
James Rowe authored
-
James Rowe authored
-
James Rowe authored
-
James Rowe authored
Removes the annoying step when generating sln for MSVC where you have to click an extra checkbox after the first generate fails by using a conditional option. The USE_BUNDLED options will be off by default, but if the enable_lib option is enabled and the toolset is msvc, they are turned ON.
-
James Rowe authored
-
James Rowe authored
Checks to see if clang-format can be found, and if it is, sets up a custom target that will run against the src dir and auto formats all files. In MSVC, this is a project, and in Makefiles, its a make target
-
bunnei authored
memory: Return false for large VAddr in IsValidVirtualAddress
-
bunnei authored
Separate NSO loading from DesconstuctedRomLoader
-
Rozlette authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
River City Ransomware authored
* Port citra #3352 to yuzu This change allows non x86_64 architectures to compile yuzu by skipping the building of dynarmic * Fixed clang-format errors * fixes more clang-format errors
-
David authored
* Added svcCreateSharedMemory * Services which are not implemented now throw UNIMPLEMENTED() * clang-format * changed perms to u32 * removed camelcase
-
- 19 Jan, 2018 18 commits
-
-
River City Ransomware authored
* Fixes some cast warnings, partially fixes citra #3064 * Converted casts to uint32_t to u32 * Ran clang-format
-
bunnei authored
ISelfController: Stub LockExit and UnlockExit
-
goaaats authored
* Stubs for various acc:u0 funcs needed * Stub for GetDesiredLanguage in IApplicationFunctions * Add set service + stubs needed for games * Fix formatting * Implement IProfile, IManagerForApplication, return bool in CheckAvailability, style fixes * Remove IProfile::Get(needs more research), fix IPC response sizes
-
Rozlette authored
-
bunnei authored
Fix svcGetInfo for libnx
-
bunnei authored
time: Stub out GetTotalLocationNameCount and some cleanup.
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
-
bunnei authored
Fix dispdrv typo
-
gdkchan authored
-
bunnei authored
time: Refactor time:* to use a single shared module
-
bunnei authored
Port citra #3336
-
bunnei authored
qt: Migrate to Qt 5 signal/slot connection syntax where applicable
-
Lioncash authored
-
- 18 Jan, 2018 1 commit
-
-
Evgeni Danailov authored
* Rename verticalLayout_25 to verticalLayout_23. * Rename almost all classes.
-