- Jan 21, 2018
- Jan 20, 2018
-
-
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
-
- Jan 19, 2018
-
-
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
-
- Jan 18, 2018
-
-
Evgeni Danailov authored
* Rename verticalLayout_25 to verticalLayout_23. * Rename almost all classes.
-
River City Ransomware authored
-
bunnei authored
Build: Add missing dlls to msvc release
-
gdkchan authored
* Stub PopLaunchParameter and implement Buffer C Descriptors reading * Address PR feedback * Ensure we push a u64 not a size_t * Fix formatting
-
flerovium^-^ authored
* bsd: start stubbing bsd:u and sfdnsres * bsd: stubbed RegisterClient * bsd: attempt to get past socket() * bsd: fix some wrong assumptions about IPC * bsd: fix format specifiers * bsd: stubbed Connect() * bsd: stubbed SendTo() * made requested changes * sockets: respect alphabetical order at service installation * run clang-format * bsd: start stubbing bsd:u and sfdnsres * bsd: stubbed RegisterClient * bsd: attempt to get past socket() * bsd: fix some wrong assumptions about IPC * bsd: fix format specifiers * bsd: stubbed Connect() * bsd: stubbed SendTo() * made requested changes * sockets: respect alphabetical order at service installation * run clang-format * run clang-format (2)
-