summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* VideoCore/Shader: Extract input vertex loading code into functionGravatar Yuri Kunde Schlesner2017-01-253-22/+26
* Merge pull request #2434 from mailwl/nfc-amiiboGravatar Yuri Kunde Schlesner2017-01-254-20/+249
|\
| * Service/NFC: stub some functionsGravatar mailwl2017-01-144-20/+249
* | video_core: fix shader.cpp signed / unsigned warningGravatar Kloen2017-01-231-2/+2
* | video_core: gl_rasterizer float to int warningGravatar Kloen2017-01-231-1/+2
* | video_core: fix gl_rasterizer warning on MSVCGravatar Kloen2017-01-231-1/+1
* | core: fix mic_u warnings on MSVCGravatar Kloen2017-01-231-4/+4
* | Removed unused and outdated external qhexeditGravatar Kloen2017-01-222-2/+2
* | citra-qt: Removed unused and unimplemented ramview files.Gravatar Kloen2017-01-224-32/+0
* | HID: reset acceleroeter and gyroscope index in InitGravatar wwylele2017-01-201-0/+2
* | loader: Add support for 3DSX special relocation types, fixes citra-emu/citra#...Gravatar Thomas Farr2017-01-191-9/+25
* | CoreTiming: use named constant for ARM11 clock rateGravatar wwylele2017-01-164-5/+6
* | HID: manages updating itself using correct ticksGravatar wwylele2017-01-163-62/+93
|/
* GSP::WriteHWRegsWithMask: fix register maskGravatar mailwl2017-01-141-1/+1
* Merge pull request #2423 from Kloen/floats-should-be-floatGravatar bunnei2017-01-131-1/+2
|\
| * SDL2: Config.cpp fix double to float warningGravatar Kloen2017-01-111-1/+2
* | Merge pull request #2424 from Kloen/qt-ui-warnings-reallyGravatar bunnei2017-01-123-24/+23
|\ \
| * | QT: Fix ui file formatGravatar Kloen2017-01-111-20/+20
| * | QT: Fix some UI related warningsGravatar Kloen2017-01-112-4/+3
| |/
* | Merge pull request #2425 from Subv/cleanup_todosGravatar bunnei2017-01-124-32/+30
|\ \
| * | Threads: Check the process' resource limit for the max allowed priority when ...Gravatar Subv2017-01-112-13/+9
| * | Thread: Added priority range checking to svcSetThreadPriority and removed pri...Gravatar Subv2017-01-113-18/+18
| * | Y2R: Use the proper error code when GetStandardCoefficient receives an invali...Gravatar Subv2017-01-111-1/+3
| |/
* | Merge pull request #2308 from mailwl/ac-iGravatar bunnei2017-01-129-297/+424
|\ \ | |/ |/|
| * Service/AC: add ac:i serviceGravatar mailwl2016-12-309-297/+424
* | Merge pull request #2397 from Subv/pulseGravatar bunnei2017-01-105-13/+20
|\ \
| * | Kernel: Implemented Pulse event and timers.Gravatar Subv2017-01-055-13/+20
* | | Merge pull request #2384 from bunnei/internal-res-optionGravatar bunnei2017-01-0810-25/+170
|\ \ \
| * | | config: Add option for specifying screen resolution scale factor.Gravatar bunnei2017-01-0710-25/+170
* | | | Merge pull request #1951 from wwylele/motion-sensorGravatar bunnei2017-01-0714-16/+321
|\ \ \ \ | |/ / / |/| | |
| * | | 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 #2410 from Subv/sleepthreadGravatar bunnei2017-01-063-0/+14
|\ \ \ \
| * | | | Kernel: Don't attempt to yield execution in SleepThread(0) if there are no av...Gravatar Subv2017-01-053-0/+14
* | | | | Merge pull request #2396 from Subv/sema_acquireGravatar bunnei2017-01-061-1/+2
|\ \ \ \ \
| * | | | | Kernel/Semaphore: Fixed a regression in semaphore waits.Gravatar Subv2017-01-051-1/+2
| |/ / / /
* | | | | Kernel: Fix SharedMemory objects always returning error when addr = 0 (#2404)Gravatar Hyper2017-01-061-1/+5
* | | | | Merge pull request #2408 from Subv/priority_boostingGravatar bunnei2017-01-061-27/+0
|\ \ \ \ \
| * | | | | Kernel: Removed the priority boost code for starved threads.Gravatar Subv2017-01-051-27/+0
| |/ / / /
* / / / / Kernel: Remove some unused functions.Gravatar Subv2017-01-052-32/+0
|/ / / /
* | | | Merge pull request #2393 from Subv/synchGravatar Sebastian Valle2017-01-0518-162/+227
|\ \ \ \
| * | | | Kernel: Add some asserts to enforce the invariants in the scheduler.Gravatar Subv2017-01-052-2/+13
| * | | | Kernel: Remove a thread from all of its waiting objects' waiting_threads list...Gravatar Subv2017-01-051-18/+4
| * | | | Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all th...Gravatar Subv2017-01-054-21/+22
| * | | | Kernel: Use different thread statuses when a thread calls WaitSynchronization...Gravatar Subv2017-01-044-19/+26
| * | | | Kernel/Mutex: Propagate thread priority changes to other threads inheriting t...Gravatar Subv2017-01-045-42/+60