| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||
| |/ | ||||||
| * | common: add <cstddef> to hash.h | 2017-01-28 | 1 | -0/+1 | ||
| | | ||||||
| * | common: switch ComputeHash64 len param to size_t instead of int, fix warning ↵ | 2017-01-28 | 2 | -6/+6 | ||
| | | | | | on MSVC on dsp_dsp.cpp | |||||
| * | Merge pull request #1951 from wwylele/motion-sensor | 2017-01-07 | 5 | -0/+76 | ||
| |\ | | | | | Emulate motion sensor in frontend | |||||
| | * | Common: add Quaternion | 2016-12-26 | 2 | -0/+45 | ||
| | | | ||||||
| | * | vector math: add implementation of Length and Normalize | 2016-12-26 | 1 | -0/+19 | ||
| | | | ||||||
| | * | MathUtil: add PI constant | 2016-12-26 | 1 | -0/+2 | ||
| | | | ||||||
| | * | Common::Event: add WaitUntil | 2016-12-26 | 1 | -0/+10 | ||
| | | | ||||||
| * | | Service/NFC: stub GetTagInRangeEvent | 2016-12-30 | 2 | -0/+2 | ||
| |/ | | | | Fix Fatal Error in Mini-Mario & Friends - amiibo Challenge | |||||
| * | Merge pull request #2369 from MerryMage/core-frontend | 2016-12-23 | 5 | -646/+0 | ||
| |\ | | | | | core: Move emu_window and key_map into core | |||||
| | * | core: Move emu_window and key_map into core | 2016-12-23 | 5 | -646/+0 | ||
| | | | | | | | | | * Removes circular dependences (common should not depend on core) | |||||
| * | | file_util: fix missing sysdata path | 2016-12-23 | 1 | -3/+1 | ||
| |/ | ||||||
| * | Merge pull request #2343 from bunnei/core-cleanup | 2016-12-22 | 3 | -87/+3 | ||
| |\ | | | | | Core: Top-level consolidate & misc cleanup | |||||
| | * | file_util: Remove unused paths. | 2016-12-21 | 3 | -87/+3 | ||
| | | | ||||||
| * | | Merge pull request #2285 from mailwl/csnd-format | 2016-12-22 | 2 | -0/+2 | ||
| |\ \ | |/ |/| | csnd:SND: Reformat source code | |||||
| | * | csnd:SND reformat source code | 2016-12-12 | 2 | -0/+2 | ||
| | | | ||||||
| * | | Fixed GPLv2 license text in the start. | 2016-12-19 | 1 | -1/+1 | ||
| | | | ||||||