- Jan 21, 2018
-
-
bunnei authored
-
bunnei authored
-
bunnei authored
gdbstub: Update registers and sizes for aarch64
-
bunnei authored
Fix minor spelling error in CMakeLists
-
bunnei authored
Unicorn build fixups
-
Rozlette authored
This gets gdbstub working at least to the point where clients can communicate with it. What works: - Reading/writing GPRegs - Reading/writing memory - Interrupting the emulated program and continuing What does NOT work: - Breakpoints. Sizes have been updated to u64, but support will need to be added in the interpreter for them to work. - VRegs. Mostly because my gdb was having issues with 128-bit regs for some reason. However, the current u128 representation is a bit awkward to use and should probably be updated first.
-
MerryMage authored
Some of us do not have any i386 libraries required to build x86-32 universal libraries.
-
MerryMage authored
Since we use a custom build of unicorn it doesn't make much sense to look for the system version, unless the user explicitly wants to override this.
-
Matthew Brener authored
Minor spelling error of its --> it's
-
bunnei authored
Implement Pull #3275 from citra: core: Don't Shutdown before we've even Init-ed
-
bunnei authored
Fix NRO entry point
-
bunnei authored
service/time: remove accidental #pragmas
-
bunnei authored
loader: Minor style fix in deconstructed_rom_directory
-
tgsm authored
-
Rozlette authored
-
bunnei authored
Clang format as a build target
-
- 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
-