- 23 Oct, 2018 22 commits
-
-
Zach Hilman authored
-
Zach Hilman authored
-
David authored
* Fixed conflict with nfp * Few fixups for nfc * Conflict 2 * Fixed AttachAvailabilityChangeEvent * Conflict 3 * Fixed byte padding * Refactored amiibo to not reside in "System" * Removed remaining references of nfc from system * used enum for Nfc GetStateOld * Added missing newline * Moved file operations to front end * Conflict 4 * Amiibos now use structs and added mutexes * Removed amiibo_path
-
bunnei authored
patch_manager: Add support for LayeredFS on DLC RomFS
-
bunnei authored
CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR
-
bunnei authored
common: Remove memory_util.h/.cpp
-
bunnei authored
kernel/process: Make the handle table per-process
-
Lioncash authored
This was only ever used by the now-removed memory_util functions. Also, given we don't plan to support 32-bit architectures, this is just a leftover from citra at this point.
-
Lioncash authored
Everything from here is completely unused and also written with the notion of supporting 32-bit architecture variants in mind. Given the Switch itself is on a 64-bit architecture, we won't be supporting 32-bit architectures. If we need specific allocation functions in the future, it's likely more worthwhile to new functions for that purpose.
-
bunnei authored
Port citra-emu/citra#4336: "Only redefine some 64-bit file operation for MSVC"
-
bunnei authored
gl_shader_decompiler: Implement VSETP
-
bunnei authored
maxwell_dma: Silence compilation warnings
-
bunnei authored
Implemented Alpha Test using Shader Emulation
-
Weiyi Wang authored
-
Weiyi Wang authored
MinGW provides POSIX functions
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
bunnei authored
gl_shader_decompiler: Implement PBK and BRK
-
bunnei authored
Added Saturation to FMUL32I
-
bunnei authored
CMakeLists: Use target_compile_definitions instead of add_definitions to define YUZU_ENABLE_COMPATIBILITY_REPORTING
-
bunnei authored
gl_shader_decompiler: Minor changes
-
FernandoS27 authored
-
- 22 Oct, 2018 16 commits
-
-
FernandoS27 authored
-
bunnei authored
psm: Add psm service and stub commands 0 and 1
-
FernandoS27 authored
-
FernandoS27 authored
-
FernandoS27 authored
-
FernandoS27 authored
-
FernandoS27 authored
-
bunnei authored
web_service/CMakeLists: Make the CPPHTTPLIB_OPENSSL_SUPPORT constrained to the web_service library only
-
bunnei authored
svc: Fix vma boundary check in svcQueryMemory
-
bunnei authored
Fixed FSETP and FSET
-
FernandoS27 authored
-
bunnei authored
service: Update service function tables
-
bunnei authored
Fixed VAOs Float types only returning GL_FLOAT
-
FernandoS27 authored
-
Zach Hilman authored
Used by LovePotion Lua Homebrew. Stubbed as connected to official Nintendo Switch dock.
-
bunnei authored
qt: Move Reinitialize Keys to Tools menu
-
- 21 Oct, 2018 2 commits