Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
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
|
|
* 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
|
|
* Added svcCreateSharedMemory
* Services which are not implemented now throw UNIMPLEMENTED()
* clang-format
* changed perms to u32
* removed camelcase
|
|
* Fixes some cast warnings, partially fixes citra #3064
* Converted casts to uint32_t to u32
* Ran clang-format
|
|
ISelfController: Stub LockExit and UnlockExit
|
|
* 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
|
|
|
|
Fix svcGetInfo for libnx
|
|
time: Stub out GetTotalLocationNameCount and some cleanup.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix dispdrv typo
|
|
|
|
time: Refactor time:* to use a single shared module
|
|
Port citra #3336
|
|
qt: Migrate to Qt 5 signal/slot connection syntax where applicable
|
|
|
|
* Rename verticalLayout_25 to verticalLayout_23.
* Rename almost all classes.
|
|
|
|
Build: Add missing dlls to msvc release
|
|
hle_ipc (#96)
* Stub PopLaunchParameter and implement Buffer C Descriptors reading
* Address PR feedback
* Ensure we push a u64 not a size_t
* Fix formatting
|
|
* 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)
|
|
|
|
|
|
|
|
travis: Use Xcode 9.2
|
|
lm: Minor logging fix to skip a byte.
|
|
Uses the latest available Xcode version. This allows the use of more
C++17 facilities without the CI failing.
|
|
CMakeLists: Derive the source directory grouping from targets themselves
|
|
svc: Minor clarity changes
|
|
|
|
vi: Minor clean up/correctness changes
|
|
vi: Copy data directly into the std::vector within Parcel's ReadBlock function
|
|
hotkeys: Add missing <QTreeWidgetItem> include
|
|
game_list: Add missing override specifier for KeyReleaseEater's eventFilter function
|
|
Build: Update deploy keys
|
|
|
|
game_list: Amend doxygen parameter identifiers
|
|
telemetry: Silence initialization order warnings
|
|
Removes the need to store to separate SRC and HEADER variables, and then
construct the target in most cases.
|
|
|
|
input_common/sdl: Silence a -Wpessimizing-move warning
|
|
externals: Update catch to 2.1.0
|
|
Makes the codebase a little more consistent with regards to available documentation. Also amends the duplicate case where there was a similar entry at 0x72 named ConnectToPort.
|