summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Frontend: make motion sensor interfaced thread-safeGravatar wwylele2016-12-292-2/+8
* Frontend: emulate motion sensorGravatar wwylele2016-12-269-16/+239
* 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
* Merge pull request #2369 from MerryMage/core-frontendGravatar bunnei2016-12-2314-16/+16
|\
| * core: Move emu_window and key_map into coreGravatar MerryMage2016-12-2314-16/+16
* | Merge pull request #2370 from wwylele/where-is-my-shared-fontGravatar Yuri Kunde Schlesner2016-12-231-3/+1
|\ \ | |/ |/|
| * file_util: fix missing sysdata pathGravatar wwylele2016-12-231-3/+1
* | Service/NWM: add nwm servicesGravatar mailwl2016-12-2218-10/+317
|/
* Merge pull request #2366 from MerryMage/MemoryReadCodeGravatar bunnei2016-12-221-0/+1
|\
| * arm_dynarmic: Provide MemoryReadCode callbackGravatar MerryMage2016-12-221-0/+1
* | Merge pull request #2343 from bunnei/core-cleanupGravatar bunnei2016-12-2245-591/+435
|\ \ | |/ |/|
| * ThreadContext: Move from "core" to "arm_interface".Gravatar bunnei2016-12-228-37/+26
| * core: Replace "AppCore" nomenclature with just "CPU".Gravatar bunnei2016-12-2211-105/+103
| * Address clang-format issues.Gravatar bunnei2016-12-218-49/+49
| * core: Remove HLE module, consolidate code & various cleanups.Gravatar bunnei2016-12-2119-107/+94
| * core: Consolidate core and system state, remove system module & cleanups.Gravatar bunnei2016-12-2122-336/+284
| * file_util: Remove unused paths.Gravatar bunnei2016-12-213-87/+3
| * core: Consolidate top-level system state into a singleton.Gravatar bunnei2016-12-218-103/+164
| * loader: Remove duplicate docstrings.Gravatar bunnei2016-12-213-56/+0
* | Merge pull request #2285 from mailwl/csnd-formatGravatar bunnei2016-12-224-49/+94
|\ \
| * | csnd:SND reformat source codeGravatar mailwl2016-12-124-49/+94
* | | Merge pull request #2361 from lioncash/disasmGravatar bunnei2016-12-221-3/+1
|\ \ \ | |_|/ |/| |
| * | disassembler: Remove mutable specifier from breakpoints member variableGravatar Lioncash2016-12-211-3/+1
* | | citra-qt: Move graphics debugging code into its own folderGravatar Lioncash2016-12-2117-32/+32
|/ /
* | Merge pull request #2319 from yuriks/profile-scopesGravatar bunnei2016-12-212-0/+15
|\ \
| * | VideoCore: Make profiling scope more representativeGravatar Yuri Kunde Schlesner2016-12-142-0/+15
* | | Merge pull request #2357 from lioncash/uiGravatar bunnei2016-12-212-67/+100
|\ \ \
| * | | citra-qt: Move bits of constructor behavior to named functionsGravatar Lioncash2016-12-192-67/+100
* | | | Use GL_TRUE when setting color_maskGravatar Albin Bernhardsson2016-12-191-4/+4
|/ / /
* | | Merge pull request #2318 from yuriks/trace-optGravatar bunnei2016-12-183-16/+15
|\ \ \
| * | | VideoCore: Inline IsPicaTracingGravatar Yuri Kunde Schlesner2016-12-143-16/+15
| |/ /
* | | Merge pull request #2351 from CaptV0rt3x/masterGravatar bunnei2016-12-181-0/+1
|\ \ \
| * | | Fixed game_list focusing issue.Gravatar Vamsi Krishna2016-12-181-0/+1
* | | | Merge pull request #2347 from citra-emu/revert-2321-flush-pagesGravatar bunnei2016-12-181-10/+0
|\ \ \ \
| * | | | Revert "Memory: Always flush whole pages from surface cache"Gravatar bunnei2016-12-171-10/+0
| |/ / /
* | | | line fixup for travis ciGravatar CaptV0rt3x2016-12-191-1/+0
* | | | screen swap - Hotkey mappingGravatar Vamsi Krishna2016-12-192-5/+1
* | | | Fixed GPLv2 license text in the start.Gravatar Vamsi Krishna2016-12-191-1/+1
|/ / /
* | | Thread: remove the thread from the thread list when exitingGravatar wwylele2016-12-173-3/+15
* | | Merge pull request #2335 from yuriks/shader-refactorGravatar Yuri Kunde Schlesner2016-12-169-338/+336
|\ \ \
| * | | VideoCore/Shader: Extract DebugData out from UnitStateGravatar Yuri Kunde Schlesner2016-12-168-103/+99
| * | | Remove unnecessary castGravatar Yuri Kunde Schlesner2016-12-161-3/+1
| * | | VideoCore/Shader: Extract evaluate_condition lambda to function scopeGravatar Yuri Kunde Schlesner2016-12-161-26/+24
| * | | VideoCore/Shader: Extract call lambda up a scope and remove unused paramGravatar Yuri Kunde Schlesner2016-12-151-21/+17
| * | | VideoCore/Shader: Remove dynamic control flow in (Get)UniformOffsetGravatar Yuri Kunde Schlesner2016-12-152-18/+11
| * | | VideoCore/Shader: Move DebugData to a separate fileGravatar Yuri Kunde Schlesner2016-12-154-172/+189
* | | | Merge pull request #2303 from freiro/citra-qt_missing_sdl2_dllGravatar bunnei2016-12-162-30/+10
|\ \ \ \