Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-27 | CMake: Correct inter-module dependencies and library visibility | Yuri Kunde Schlesner | |
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. | |||
2017-05-27 | Common: Fix some out-of-style includes | Yuri Kunde Schlesner | |
2017-05-27 | Move framebuffer_layout from Common to Core | Yuri Kunde Schlesner | |
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. | |||
2017-05-26 | Merge pull request #2716 from yuriks/decentralized-result | bunnei | |
Decentralize ResultCode | |||
2017-05-24 | Merge pull request #2697 from wwylele/proctex | Yuri Kunde Schlesner | |
Implemented Procedural Texture (Texture Unit 3) | |||
2017-05-24 | Common: Clean up meta-template logic in BitField | Yuri Kunde Schlesner | |
2017-05-24 | Make BitField and ResultCode constexpr-initializable | Yuri Kunde Schlesner | |
2017-05-24 | common: Add a generic interface for logging telemetry fields. | bunnei | |
2017-05-20 | pica/swrasterizer: implement procedural texture | wwylele | |
2017-05-07 | Remove unused symbols code | Yuri Kunde Schlesner | |
2017-03-21 | Merge pull request #2512 from SonofUgly/custom-layout | bunnei | |
Add custom layout settings. | |||
2017-03-17 | Merge pull request #2497 from wwylele/input-2 | bunnei | |
Refactor input emulation & add SDL gamepad support | |||
2017-03-16 | Merge pull request #2618 from wwylele/log-less-filename | bunnei | |
Reduce host file name and path logging | |||
2017-03-12 | common/cpu_detect: Add missing include and fix namespace scope | Yuri Kunde Schlesner | |
2017-03-11 | file_util: Log when using local user directory | wwylele | |
2017-03-08 | file_util: lower logging level for harmless cases | wwylele | |
2017-03-01 | Input: add device and factory template | wwylele | |
2017-03-01 | Common: add ParamPackage | wwylele | |
2017-02-26 | Merge pull request #2587 from yuriks/status-bar | Yuri Kunde Schlesner | |
Replace built-in Profiler with indicators in status bar | |||
2017-02-26 | Remove built-in (non-Microprofile) profiler | Yuri Kunde Schlesner | |
2017-02-26 | SynchronizedWrapper: Add Lock convenience method | Yuri Kunde Schlesner | |
2017-02-25 | Merge pull request #2569 from wwylele/wrap-unwrap | bunnei | |
APT: implemented Wrap and Unwrap | |||
2017-02-23 | Add custom layout settings. | SonofUgly | |
2017-02-23 | Gui: Change title bar to include build name | James Rowe | |
Nightly builds now have "Citra Nightly" in the titlebar Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar | |||
2017-02-21 | HW: add AES engine & implement AES-CCM | wwylele | |
2017-02-13 | applied the change suggested by @wwylele | noah the goodra | |
2017-02-13 | added http service enum to the log.h file | noah the goodra | |
2017-02-04 | Merge pull request #2476 from yuriks/shader-refactor3 | Yuri Kunde Schlesner | |
Oh No! More shader changes! | |||
2017-01-31 | Common/x64: remove legacy emitter and abi (#2504) | Weiyi Wang | |
These are not used any more since we moved shader JIT to xbyak. | |||
2017-01-30 | file_util: Fixed implicit type conversion warning (#2503) | noah the goodra | |
2017-01-29 | Common: Optimize BitSet iterator | Yuri Kunde Schlesner | |
2017-01-28 | common: add <cstddef> to hash.h | Kloen | |
2017-01-28 | common: switch ComputeHash64 len param to size_t instead of int, fix warning ↵ | Kloen | |
on MSVC on dsp_dsp.cpp | |||
2017-01-07 | Merge pull request #1951 from wwylele/motion-sensor | bunnei | |
Emulate motion sensor in frontend | |||
2016-12-30 | Service/NFC: stub GetTagInRangeEvent | mailwl | |
Fix Fatal Error in Mini-Mario & Friends - amiibo Challenge | |||
2016-12-26 | Common: add Quaternion | wwylele | |
2016-12-26 | vector math: add implementation of Length and Normalize | wwylele | |
2016-12-26 | MathUtil: add PI constant | wwylele | |
2016-12-26 | Common::Event: add WaitUntil | wwylele | |
2016-12-23 | Merge pull request #2369 from MerryMage/core-frontend | bunnei | |
core: Move emu_window and key_map into core | |||
2016-12-23 | file_util: fix missing sysdata path | wwylele | |
2016-12-23 | core: Move emu_window and key_map into core | MerryMage | |
* Removes circular dependences (common should not depend on core) | |||
2016-12-22 | Merge pull request #2343 from bunnei/core-cleanup | bunnei | |
Core: Top-level consolidate & misc cleanup | |||
2016-12-22 | Merge pull request #2285 from mailwl/csnd-format | bunnei | |
csnd:SND: Reformat source code | |||
2016-12-21 | file_util: Remove unused paths. | bunnei | |
2016-12-19 | Fixed GPLv2 license text in the start. | Vamsi Krishna | |
2016-12-16 | Merge pull request #2316 from endrift/macos-gcc | bunnei | |
Common: Fix gcc build on macOS | |||
2016-12-14 | VideoCore: Convert x64 shader JIT to use Xbyak for assembly | Yuri Kunde Schlesner | |
2016-12-13 | Common: Fix gcc build on macOS | Jeffrey Pfau | |
2016-12-12 | csnd:SND reformat source code | mailwl | |