| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | |||||
| * | Remove unused import in break_points.cpp (#2763) | 2017-06-08 | 1 | -1/+0 | |
| | | |||||
| * | CMake: Create INTERFACE targets for microprofile and nihstro | 2017-05-27 | 1 | -1/+1 | |
| | | |||||
| * | CMake: Use IMPORTED target for Boost | 2017-05-27 | 1 | -0/+1 | |
| | | |||||
| * | CMake: Correct inter-module dependencies and library visibility | 2017-05-27 | 1 | -1/+1 | |
| | | | | | | | | | | | Modules didn't correctly define their dependencies before, which relied on the frontends implicitly including every module for linking to succeed. Also changed every target_link_libraries call to specify visibility of dependencies to avoid leaking definitions to dependents when not necessary. | ||||
| * | Common: Fix some out-of-style includes | 2017-05-27 | 3 | -5/+5 | |
| | | |||||
| * | Move framebuffer_layout from Common to Core | 2017-05-27 | 3 | -214/+0 | |
| | | | | | | | This removes a dependency inversion between core and common. It's also the proper place for the file since it makes screen layout decisions specific to the 3DS. | ||||
| * | Merge pull request #2716 from yuriks/decentralized-result | 2017-05-26 | 1 | -23/+42 | |
| |\ | | | | | Decentralize ResultCode | ||||
| | * | Common: Clean up meta-template logic in BitField | 2017-05-24 | 1 | -3/+3 | |
| | | | |||||
| | * | Make BitField and ResultCode constexpr-initializable | 2017-05-24 | 1 | -23/+42 | |
| | | | |||||
| * | | Merge pull request #2697 from wwylele/proctex | 2017-05-24 | 1 | -0/+10 | |
| |\ \ | | | | | | | Implemented Procedural Texture (Texture Unit 3) | ||||
| | * | | pica/swrasterizer: implement procedural texture | 2017-05-20 | 1 | -0/+10 | |
| | |/ | |||||
| * / | common: Add a generic interface for logging telemetry fields. | 2017-05-24 | 3 | -0/+238 | |
| |/ | |||||
| * | Remove unused symbols code | 2017-05-07 | 3 | -78/+0 | |
| | | |||||
| * | Merge pull request #2512 from SonofUgly/custom-layout | 2017-03-21 | 2 | -0/+27 | |
| |\ | | | | | Add custom layout settings. | ||||
| | * | Add custom layout settings. | 2017-02-23 | 2 | -0/+27 | |
| | | | |||||
| * | | Merge pull request #2497 from wwylele/input-2 | 2017-03-17 | 5 | -0/+164 | |
| |\ \ | | | | | | | Refactor input emulation & add SDL gamepad support | ||||
| | * | | Input: add device and factory template | 2017-03-01 | 2 | -0/+2 | |
| | | | | |||||
| | * | | Common: add ParamPackage | 2017-03-01 | 3 | -0/+162 | |
| | | | | |||||
| * | | | Merge pull request #2618 from wwylele/log-less-filename | 2017-03-16 | 1 | -9/+9 | |
| |\ \ \ | | | | | | | | | Reduce host file name and path logging | ||||
| | * | | | file_util: Log when using local user directory | 2017-03-11 | 1 | -0/+2 | |
| | | | | | |||||
| | * | | | file_util: lower logging level for harmless cases | 2017-03-08 | 1 | -9/+7 | |
| | |/ / | |||||
| * / / | common/cpu_detect: Add missing include and fix namespace scope | 2017-03-12 | 1 | -5/+7 | |
| |/ / | |||||
| * | | Merge pull request #2587 from yuriks/status-bar | 2017-02-26 | 4 | -204/+25 | |
| |\ \ | | | | | | | Replace built-in Profiler with indicators in status bar | ||||
| | * | | Remove built-in (non-Microprofile) profiler | 2017-02-26 | 3 | -186/+0 | |
| | | | | |||||
| | * | | SynchronizedWrapper: Add Lock convenience method | 2017-02-26 | 1 | -18/+25 | |
| | | | | |||||
| * | | | Merge pull request #2569 from wwylele/wrap-unwrap | 2017-02-25 | 3 | -0/+3 | |
| |\ \ \ | | | | | | | | | APT: implemented Wrap and Unwrap | ||||
| | * | | | HW: add AES engine & implement AES-CCM | 2017-02-21 | 3 | -0/+3 | |
| | | | | | |||||
| * | | | | Gui: Change title bar to include build name | 2017-02-23 | 3 | -0/+26 | |
| | |/ / |/| | | | | | | | | | | | Nightly builds now have "Citra Nightly" in the titlebar Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar | ||||
| * | | | applied the change suggested by @wwylele | 2017-02-13 | 1 | -0/+1 | |
| | | | | |||||
| * | | | added http service enum to the log.h file | 2017-02-13 | 1 | -0/+1 | |
| |/ / | |||||
| * | | Merge pull request #2476 from yuriks/shader-refactor3 | 2017-02-04 | 1 | -14/+19 | |
| |\ \ | | | | | | | Oh No! More shader changes! | ||||
| | * | | Common: Optimize BitSet iterator | 2017-01-29 | 1 | -14/+19 | |
| | |/ | |||||
| * | | Common/x64: remove legacy emitter and abi (#2504) | 2017-01-31 | 5 | -4201/+1 | |
| | | | | | | | These are not used any more since we moved shader JIT to xbyak. | ||||
| * | | file_util: Fixed implicit type conversion warning (#2503) | 2017-01-30 | 1 | -2/+2 | |
| |/ | |||||