summaryrefslogtreecommitdiff
path: root/src/common (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unused import in break_points.cpp (#2763)Gravatar Kloen Lansfiel2017-06-081-1/+0
|
* CMake: Create INTERFACE targets for microprofile and nihstroGravatar Yuri Kunde Schlesner2017-05-271-1/+1
|
* CMake: Use IMPORTED target for BoostGravatar Yuri Kunde Schlesner2017-05-271-0/+1
|
* CMake: Correct inter-module dependencies and library visibilityGravatar Yuri Kunde Schlesner2017-05-271-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 includesGravatar Yuri Kunde Schlesner2017-05-273-5/+5
|
* Move framebuffer_layout from Common to CoreGravatar Yuri Kunde Schlesner2017-05-273-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-resultGravatar bunnei2017-05-261-23/+42
|\ | | | | Decentralize ResultCode
| * Common: Clean up meta-template logic in BitFieldGravatar Yuri Kunde Schlesner2017-05-241-3/+3
| |
| * Make BitField and ResultCode constexpr-initializableGravatar Yuri Kunde Schlesner2017-05-241-23/+42
| |
* | Merge pull request #2697 from wwylele/proctexGravatar Yuri Kunde Schlesner2017-05-241-0/+10
|\ \ | | | | | | Implemented Procedural Texture (Texture Unit 3)
| * | pica/swrasterizer: implement procedural textureGravatar wwylele2017-05-201-0/+10
| |/
* / common: Add a generic interface for logging telemetry fields.Gravatar bunnei2017-05-243-0/+238
|/
* Remove unused symbols codeGravatar Yuri Kunde Schlesner2017-05-073-78/+0
|
* Merge pull request #2512 from SonofUgly/custom-layoutGravatar bunnei2017-03-212-0/+27
|\ | | | | Add custom layout settings.
| * Add custom layout settings.Gravatar SonofUgly2017-02-232-0/+27
| |
* | Merge pull request #2497 from wwylele/input-2Gravatar bunnei2017-03-175-0/+164
|\ \ | | | | | | Refactor input emulation & add SDL gamepad support
| * | Input: add device and factory templateGravatar wwylele2017-03-012-0/+2
| | |
| * | Common: add ParamPackageGravatar wwylele2017-03-013-0/+162
| | |
* | | Merge pull request #2618 from wwylele/log-less-filenameGravatar bunnei2017-03-161-9/+9
|\ \ \ | | | | | | | | Reduce host file name and path logging
| * | | file_util: Log when using local user directoryGravatar wwylele2017-03-111-0/+2
| | | |
| * | | file_util: lower logging level for harmless casesGravatar wwylele2017-03-081-9/+7
| |/ /
* / / common/cpu_detect: Add missing include and fix namespace scopeGravatar Yuri Kunde Schlesner2017-03-121-5/+7
|/ /
* | Merge pull request #2587 from yuriks/status-barGravatar Yuri Kunde Schlesner2017-02-264-204/+25
|\ \ | | | | | | Replace built-in Profiler with indicators in status bar
| * | Remove built-in (non-Microprofile) profilerGravatar Yuri Kunde Schlesner2017-02-263-186/+0
| | |
| * | SynchronizedWrapper: Add Lock convenience methodGravatar Yuri Kunde Schlesner2017-02-261-18/+25
| | |
* | | Merge pull request #2569 from wwylele/wrap-unwrapGravatar bunnei2017-02-253-0/+3
|\ \ \ | | | | | | | | APT: implemented Wrap and Unwrap
| * | | HW: add AES engine & implement AES-CCMGravatar wwylele2017-02-213-0/+3
| | | |
* | | | Gui: Change title bar to include build nameGravatar James Rowe2017-02-233-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 @wwyleleGravatar noah the goodra2017-02-131-0/+1
| | |
* | | added http service enum to the log.h fileGravatar noah the goodra2017-02-131-0/+1
|/ /
* | Merge pull request #2476 from yuriks/shader-refactor3Gravatar Yuri Kunde Schlesner2017-02-041-14/+19
|\ \ | | | | | | Oh No! More shader changes!
| * | Common: Optimize BitSet iteratorGravatar Yuri Kunde Schlesner2017-01-291-14/+19
| |/
* | Common/x64: remove legacy emitter and abi (#2504)Gravatar Weiyi Wang2017-01-315-4201/+1
| | | | | | These are not used any more since we moved shader JIT to xbyak.
* | file_util: Fixed implicit type conversion warning (#2503)Gravatar noah the goodra2017-01-301-2/+2
|/
* common: add <cstddef> to hash.hGravatar Kloen2017-01-281-0/+1
|
* common: switch ComputeHash64 len param to size_t instead of int, fix warning ↵Gravatar Kloen2017-01-282-6/+6
| | | | on MSVC on dsp_dsp.cpp
* Merge pull request #1951 from wwylele/motion-sensorGravatar bunnei2017-01-075-0/+76
|\ | | | | Emulate motion sensor in frontend
| * Common: add QuaternionGravatar wwylele2016-12-262-0/+45
| |
| * vector math: add implementation of Length and NormalizeGravatar wwylele2016-12-261-0/+19
| |
| * MathUtil: add PI constantGravatar wwylele2016-12-261-0/+2
| |
| * Common::Event: add WaitUntilGravatar wwylele2016-12-261-0/+10
| |
* | Service/NFC: stub GetTagInRangeEventGravatar mailwl2016-12-302-0/+2
|/ | | | Fix Fatal Error in Mini-Mario & Friends - amiibo Challenge
* Merge pull request #2369 from MerryMage/core-frontendGravatar bunnei2016-12-235-646/+0
|\ | | | | core: Move emu_window and key_map into core
| * core: Move emu_window and key_map into coreGravatar MerryMage2016-12-235-646/+0
| | | | | | | | * Removes circular dependences (common should not depend on core)
* | file_util: fix missing sysdata pathGravatar wwylele2016-12-231-3/+1
|/
* Merge pull request #2343 from bunnei/core-cleanupGravatar bunnei2016-12-223-87/+3
|\ | | | | Core: Top-level consolidate & misc cleanup
| * file_util: Remove unused paths.Gravatar bunnei2016-12-213-87/+3
| |
* | Merge pull request #2285 from mailwl/csnd-formatGravatar bunnei2016-12-222-0/+2
|\ \ | |/ |/| csnd:SND: Reformat source code
| * csnd:SND reformat source codeGravatar mailwl2016-12-122-0/+2
| |
* | Fixed GPLv2 license text in the start.Gravatar Vamsi Krishna2016-12-191-1/+1
| |