| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | log.h: Change comment from citra to yuzu | 2018-03-26 | 1 | -1/+1 | ||
| | | | ||||||
| * | | file_util.h: Update Comment from citra to yuzu | 2018-03-26 | 1 | -1/+1 | ||
| | | | ||||||
| * | | cpu_detect.cpp: Change comment from citra to yuzu | 2018-03-26 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Service/SSL: add ssl service | 2018-03-23 | 2 | -0/+2 | ||
| | | | ||||||
| * | | Service/spl: add module and services | 2018-03-22 | 2 | -0/+2 | ||
| | | | ||||||
| * | | CMake: Set EMU_ARCH_BITS in CMakeLists.txt | 2018-03-21 | 2 | -35/+0 | ||
| | | | ||||||
| * | | Service: add fatal:u, fatal:p services | 2018-03-20 | 2 | -0/+2 | ||
| |/ | ||||||
| * | Merge pull request #206 from mailwl/aoc-listaddoncontent | 2018-02-20 | 2 | -0/+2 | ||
| |\ | | | | | Service/AOC: stub ListAddOnContent function | |||||
| | * | Service/AOC: stub ListAddOnContent function | 2018-02-20 | 2 | -0/+2 | ||
| | | | ||||||
| * | | logging: Add category for Friend service. | 2018-02-19 | 2 | -0/+2 | ||
| |/ | ||||||
| * | log: Add logging category for NS services. | 2018-02-14 | 2 | -0/+2 | ||
| | | ||||||
| * | logger: Add Time service logging category. | 2018-02-04 | 2 | -0/+2 | ||
| | | ||||||
| * | logger: Add SET service logging category. | 2018-02-04 | 2 | -15/+11 | ||
| | | ||||||
| * | logger: Add PCTL service logging category. | 2018-02-04 | 2 | -0/+2 | ||
| | | ||||||
| * | logger: Add LM service logging category. | 2018-02-04 | 2 | -0/+2 | ||
| | | ||||||
| * | logger: Add APM service logging category. | 2018-02-04 | 2 | -0/+2 | ||
| | | ||||||
| * | logger: Add NIFM service logging category. | 2018-02-04 | 2 | -0/+2 | ||
| | | ||||||
| * | logger: Add VI service logging category. | 2018-02-04 | 2 | -0/+2 | ||
| | | ||||||
| * | logger: Add AM service logging category. | 2018-02-04 | 2 | -0/+2 | ||
| | | ||||||
| * | logger: Add "account" service logging category. | 2018-02-04 | 2 | -0/+2 | ||
| | | ||||||
| * | audout:u OpenAudioOut and IAudioOut (#138) | 2018-01-24 | 2 | -0/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | * Updated the audout:u and IAudioOut, now it might work with RetroArch without trigger an assert, however it's not the ideal implementation * Updated the audout:u and IAudioOut, now it might work with RetroArch without trigger an assert, however it's not the ideal implementation * audout:u OpenAudioOut implementation and IAudioOut cmd 1,2,3,4,5 implementation * using an enum for audio_out_state as well as changing its initialize to member initializer list * Minor fixes, added Service_Audio for LOG_*, changed PcmFormat enum to EnumClass * Minor fixes, added Service_Audio for LOG_*, changed PcmFormat enum to EnumClass * added missing Audio loggin subclass, minor fixes, clang comment breakline * Solving backend logging conflict * minor fix * Fixed duplicated Service NVDRV in backend.cpp, my bad | |||||
| * | logging: add missing NVDRV subclass to macro list | 2018-01-23 | 1 | -0/+1 | ||
| | | ||||||
| * | Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114) | 2018-01-21 | 1 | -0/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid * used clang-format-3.9 instead * lowercase pid * Moved nvmemp handlers to cpp * Removed unnecessary logging for NvOsGetConfigU32. Cleaned up log and changed to LOG_DEBUG * using std::arrays instead of c arrays * nvhost get config now uses std::array completely * added pid logging back * updated cmakelist * missing includes * added array, removed memcpy * clang-format6.0 | |||||
| * | Fix spelling error in CMakeLists | 2018-01-21 | 1 | -1/+1 | ||
| | | | | Minor spelling error of its --> it's | |||||
| * | Format: Run the new clang format on everything | 2018-01-20 | 19 | -43/+87 | ||
| | | ||||||
| * | Merge pull request #84 from lioncash/cmake | 2018-01-18 | 1 | -63/+57 | ||
| |\ | | | | | CMakeLists: Derive the source directory grouping from targets themselves | |||||
| | * | CMakeLists: Derive the source directory grouping from targets themselves | 2018-01-17 | 1 | -63/+57 | ||
| | | | | | | | | | | | Removes the need to store to separate SRC and HEADER variables, and then construct the target in most cases. | |||||
| * | | telemetry: Silence initialization order warnings | 2018-01-17 | 1 | -2/+2 | ||
| |/ | ||||||
| * | loggin: Add IPC logging category. | 2018-01-17 | 2 | -1/+3 | ||
| | | ||||||
| * | Minor cleanup | 2018-01-13 | 1 | -1/+1 | ||
| | | ||||||
| * | Removing unused settings and yuzu rebranding | 2018-01-12 | 1 | -5/+1 | ||
| | | ||||||
| * | fix macos build | 2018-01-08 | 1 | -1/+1 | ||
| | | ||||||
| * | CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119) | 2018-01-08 | 2 | -0/+123 | ||
| | | | | | * CoreTiming: New CoreTiming; Add Test for CoreTiming | |||||
| * | logging: Rename category "Core_ARM11" to "Core_ARM". | 2017-10-23 | 2 | -2/+2 | ||
| | | ||||||
| * | core: Refactor MakeMagic usage and remove dead code. | 2017-10-15 | 1 | -0/+8 | ||
| | | ||||||
| * | hle: Initial implementation of NX service framework and IPC. | 2017-10-14 | 2 | -2/+2 | ||
| | | ||||||
| * | hle: Remove a large amount of 3ds-specific service code. | 2017-10-10 | 2 | -42/+0 | ||
| | | ||||||
| * | Merge remote-tracking branch 'upstream/master' into nx | 2017-10-09 | 7 | -18/+27 | ||
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/core/CMakeLists.txt # src/core/arm/dynarmic/arm_dynarmic.cpp # src/core/arm/dyncom/arm_dyncom.cpp # src/core/hle/kernel/process.cpp # src/core/hle/kernel/thread.cpp # src/core/hle/kernel/thread.h # src/core/hle/kernel/vm_manager.cpp # src/core/loader/3dsx.cpp # src/core/loader/elf.cpp # src/core/loader/ncch.cpp # src/core/memory.cpp # src/core/memory.h # src/core/memory_setup.h | |||||
| | * | Fixed type conversion ambiguity | 2017-09-30 | 3 | -11/+5 | ||
| | | | ||||||
| | * | Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types. | 2017-09-27 | 1 | -4/+8 | ||
| | | | | | | | | | | | It is unlikely we will ever use this without first doing a Cast to a signed type. Fixes 9 "unary minus operator applied to unsigned type, result still unsigned" warnings on MSVC2017.3 | |||||
| | * | Merge pull request #2822 from wwylele/sw_lighting-2 | 2017-08-09 | 2 | -4/+8 | ||
| | |\ | | | | | | | Implement fragment lighting in the sw renderer (take 2) | |||||
| | | * | vector_math: remove dead template parameter | 2017-07-11 | 1 | -1/+1 | ||
| | | | | ||||||
| | | * | vector_math: remove broken SFINAE stuff | 2017-07-11 | 1 | -3/+2 | ||
| | | | | | | | | | | | | | this was originally added to eliminate warnings on MSVC, but it doesn't work for custom types. | |||||
| | | * | SwRasterizer: Flip the vertex quaternions before clipping (if necessary). | 2017-07-11 | 1 | -1/+1 | ||
| | | | | ||||||
| | | * | SwRasterizer: Corrected the light LUT lookups. | 2017-07-11 | 1 | -0/+5 | ||
| | | | | ||||||
| | * | | common: Add build timestamp to scm_rev. | 2017-08-03 | 2 | -0/+3 | ||
| | | | | ||||||
| * | | | arm: Use 64-bit addressing in a bunch of places. | 2017-09-30 | 1 | -2/+2 | ||
| |/ / | ||||||
| * / | logging: Add WebService as a log cateogry. | 2017-07-10 | 2 | -1/+3 | ||
| |/ | ||||||
| * | Implement basic virtual Room support based on enet (#2803) | 2017-07-07 | 2 | -0/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added support for network with ENet lib, connecting is possible, but data can't be sent, yet. * fixup! Added support for network with ENet lib, * fixup! CLang * fixup! Added support for network with ENet lib, * fixup! Added support for network with ENet lib, * fixup! Clang format * More fixups! * Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Clang again * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes | |||||
| * | Remove unnecessary WIN32_LEAN_AND_MEAN macro definition | 2017-06-30 | 1 | -1/+0 | ||
| | | ||||||