Commit Graph

  • 4cd0ab7d88 GSP_GPU::StoreDataCache stubbed mailwl 2017-01-13 11:34:46 +0300
  • baee9304b5 Rename LibAppJustStarted message to Request mailwl 2017-01-22 05:38:05 +0300
  • 66943ab844 HLE/Applets: Stub Mint (eShop) Applet mailwl 2017-01-21 20:05:24 +0300
  • 649e95c876 Changed FAQ link 3dsemu 2017-01-21 16:41:30 +1100
  • 25c5aa5869 Merge pull request #2458 from wwylele/reset-accel-gyro bunnei 2017-01-20 21:14:44 -0500
  • aa1f4af109 Merge pull request #2459 from 3ds-emu/patch-1 bunnei 2017-01-20 19:34:35 -0500
  • 9b0f747d3f Updated Citra forum link 3ds-emu 2017-01-21 10:09:22 +1100
  • 2c7676d371 HID: reset acceleroeter and gyroscope index in Init wwylele 2017-01-20 23:33:50 +0200
  • b391d5bb96 Fixed Microprofile on Mingw Fernando Sahmkow 2017-01-20 16:24:20 -0500
  • 3d3ec5b6a1 Fix for citra_qt not including SDL2 James Blandford 2017-01-20 14:09:27 +0000
  • edfc54289b Xbox Gamepad support (keyboard emulation) James Blandford 2017-01-20 12:54:21 +0000
  • a9845148bf Merge remote-tracking branch 'refs/remotes/citra-emu/master' James Blandford 2017-01-19 13:57:09 +0000
  • 0045ea662f CFG: override language setting on boot wwylele 2017-01-19 00:06:52 +0200
  • ebe0150635 Merge pull request #2450 from Xtansia/master Yuri Kunde Schlesner 2017-01-19 01:30:59 -0300
  • f528c8bdaa Final cleanups, reviews, etc. Fernando Sahmkow 2017-01-18 15:59:38 -0500
  • 5382a76de1 Removed legacy code and refactored to the new texture module Fernando Sahmkow 2017-01-18 15:46:13 -0500
  • 230dfc5f74 Integrated to Software Rasterizer Fernando Sahmkow 2017-01-18 14:24:42 -0500
  • bed6207ac7 Fixes, cleaning and small refactors Fernando Sahmkow 2017-01-16 19:18:38 -0500
  • bb1f277db1
    loader: Add support for 3DSX special relocation types, fixes citra-emu/citra#2449 Thomas Farr 2017-01-19 01:30:52 +1300
  • c0d47e5b77 Fix typo hidden in debug build Jake Merdich 2017-01-13 23:42:37 -0500
  • 5aea41c583 DSP: Add start offset support Jake Merdich 2017-01-13 23:14:04 -0500
  • 6be8a12905 DSP: Fix dirty bit clears, handle nonmonotonically incrementing IDs Jake Merdich 2017-01-13 23:09:22 -0500
  • 920763d47b Support looping HLE audio Jake Merdich 2016-12-28 22:49:37 -0700
  • 1c6965f106 Implemented validation for the texture module Fernando Sahmkow 2017-01-16 16:41:39 -0500
  • 30f0d1dbf4 Integrated the texture submodule into gl backend Fernando Sahmkow 2017-01-15 18:15:29 -0500
  • 1a4c8d510d Refactored Texture decoding into a new stand-alone api Fernando Sahmkow 2017-01-14 00:27:36 -0500
  • 55c91ae782 Merge pull request #2442 from wwylele/hid-signal Yuri Kunde Schlesner 2017-01-16 19:38:35 -0300
  • 47960b0659 CoreTiming: use named constant for ARM11 clock rate wwylele 2017-01-16 09:59:16 +0200
  • 3c333c53f1 HID: manages updating itself using correct ticks wwylele 2017-01-15 21:27:00 +0200
  • 04e127f836 Merge df408975a3 into 16a3f9e393 Anon 2017-01-15 17:11:24 +0000
  • df408975a3 fix more includes Anon 2017-01-15 11:11:10 -0600
  • 76b99b99a5 Fix include issues. Change inputcore back to namespace. Other misc cleanup. Anon 2017-01-15 11:08:52 -0600
  • bd94a96d3c Add constant for input detect threshold. Possible fix for issue on linux with binding triggers. Change unique_mapping to std::set Anon 2017-01-14 21:53:05 -0600
  • 233985129e Fix whitespace Anon 2017-01-14 20:54:59 -0600
  • 52ce0b3b99 Fix includes and blank lines Anon 2017-01-14 19:57:30 -0600
  • ee31e48a26 Fix includes Anon 2017-01-14 19:56:07 -0600
  • b9d9452334 Fix various style issues. Update copyright. Fix clang issues Anon 2017-01-14 19:54:09 -0600
  • 63fc6e6c48 InputCore Overhaul Anon 2016-12-16 22:50:33 -0600
  • efe7e245b2 Service/NFC: stub some functions mailwl 2017-01-14 10:42:56 +0300
  • 16a3f9e393 Merge pull request #2435 from mailwl/gsp-mask Yuri Kunde Schlesner 2017-01-14 07:52:53 -0300
  • b458d7447c GSP::WriteHWRegsWithMask: fix register mask mailwl 2017-01-14 12:13:50 +0300
  • ba271f6569 Merge pull request #2423 from Kloen/floats-should-be-float bunnei 2017-01-13 12:04:27 -0500
  • 1d088c637c Merge pull request #2424 from Kloen/qt-ui-warnings-really bunnei 2017-01-12 10:15:12 -0500
  • 7ddfd3054d Merge pull request #2425 from Subv/cleanup_todos bunnei 2017-01-12 10:14:30 -0500
  • 597a7c615c Merge pull request #2308 from mailwl/ac-i bunnei 2017-01-12 10:12:46 -0500
  • 1ddff14511 Threads: Check the process' resource limit for the max allowed priority when creating a thread and remove the priority clamping code. Subv 2017-01-11 13:20:14 -0500
  • f2f2572fed Thread: Added priority range checking to svcSetThreadPriority and removed priority clamping code from Thread::SetPriority. Subv 2017-01-11 12:08:10 -0500
  • 5ddc2e09b1 Y2R: Use the proper error code when GetStandardCoefficient receives an invalid value. Subv 2017-01-11 11:47:20 -0500
  • 8d48798f1c QT: Fix ui file format Kloen 2017-01-11 13:52:26 +0100
  • 551fe3dd69 QT: Fix some UI related warnings Kloen 2017-01-11 13:52:01 +0100
  • a851aa4cf1 SDL2: Config.cpp fix double to float warning Kloen 2017-01-11 13:32:02 +0100
  • 7fa3fe14b9 Qt: add a still image implementation to camera service wwylele 2016-12-21 20:34:24 +0200
  • cf3a272332 CAM: implement basic camera functions with a blank camera wwylele 2016-12-21 20:05:56 +0200
  • 84d72fd92f Merge pull request #2397 from Subv/pulse bunnei 2017-01-10 10:45:00 -0500
  • 0ae7092ba4 Merge pull request #2418 from jroweboy/appveyor_master James Rowe 2017-01-08 12:11:12 -0700
  • 84c6a98374 Prevents appveyor from attempting to deploy except on the nightly repo James Rowe 2017-01-08 11:17:44 -0700
  • 9fc8ead842 Merge pull request #2384 from bunnei/internal-res-option bunnei 2017-01-08 12:25:12 -0500
  • 7cfe3ef046 Merge pull request #1951 from wwylele/motion-sensor bunnei 2017-01-07 12:39:20 -0500
  • 22ad9094e6 config: Add option for specifying screen resolution scale factor. bunnei 2016-12-29 23:28:27 -0500
  • fcc0bd85b4 Merge c761825753 into b5eac78b43 Ronaldo-brazil 2017-01-07 03:11:30 +0000
  • b5eac78b43 Merge pull request #2410 from Subv/sleepthread bunnei 2017-01-06 22:01:33 -0500
  • 59f4f1d7ff Merge pull request #2396 from Subv/sema_acquire bunnei 2017-01-06 22:00:12 -0500
  • 8964c29b29 Merge e8cc3c816c into f0199a17f6 mailwl 2017-01-06 14:50:15 +0000
  • f0199a17f6 Kernel: Fix SharedMemory objects always returning error when addr = 0 (#2404) Hyper 2017-01-07 02:21:22 +1300
  • 1c792389e6 Merge pull request #2408 from Subv/priority_boosting bunnei 2017-01-06 00:40:39 -0500
  • fc2266130b Kernel: Don't attempt to yield execution in SleepThread(0) if there are no available threads to run. Subv 2017-01-05 14:14:22 -0500
  • 314f82f9f6 Formatting Hyper 2017-01-06 12:33:41 +1300
  • a59bf0c3b2 TODO: APPLICATION memory type Hyper 2017-01-06 11:51:02 +1300
  • e8fb93e34f Merge pull request #2409 from Subv/unused_funcs Sebastian Valle 2017-01-05 14:17:36 -0500
  • 5e2a8ebabf Kernel: Remove some unused functions. Subv 2017-01-05 13:17:06 -0500
  • 933df2606a Kernel: Removed the priority boost code for starved threads. Subv 2017-01-05 13:12:39 -0500
  • e52ca85711 Kernel: Implemented Pulse event and timers. Subv 2017-01-01 19:23:19 -0500
  • 4251eb26ec Kernel/Semaphore: Fixed a regression in semaphore waits. Subv 2017-01-01 19:07:37 -0500
  • f20d872643 Merge pull request #2393 from Subv/synch Sebastian Valle 2017-01-05 12:55:01 -0500
  • dda4ec93be Kernel: Add some asserts to enforce the invariants in the scheduler. Subv 2017-01-04 12:48:13 -0500
  • 7f1dca8cd2 Kernel: Remove a thread from all of its waiting objects' waiting_threads list when it is awoken. Subv 2017-01-04 11:37:19 -0500
  • fd95b6ee26 Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all the objects that a thread is waiting on. Subv 2017-01-04 10:53:01 -0500
  • f810071ce6 Travis formatting fix Hyper 2017-01-06 00:10:51 +1300
  • 4650486b8e Merge pull request #2407 from jroweboy/nightly-deploy James Rowe 2017-01-04 21:42:00 -0700
  • c4ad608870 Change travis to deploy on push to citra-nightly. Add more information to the releases page James Rowe 2017-01-04 21:29:27 -0700
  • 0920950d5e Merge pull request #2405 from jroweboy/nightly-deploy James Rowe 2017-01-04 21:02:51 -0700
  • 0a6ca01991 Change deploy to use github releases instead, but only for the citra-nightly repo James Rowe 2017-01-04 20:39:59 -0700
  • e909e94752 Update svc.cpp Hyper 2017-01-05 16:24:35 +1300
  • c56028362a Update svc.cpp Hyper 2017-01-05 15:50:08 +1300
  • d186937774 Merge pull request #1 from citra-emu/master Hyper 2017-01-05 15:46:14 +1300
  • cef5f45de2 Kernel: Use different thread statuses when a thread calls WaitSynchronization1 and WaitSynchronizationN with wait_all = true. Subv 2017-01-04 10:44:38 -0500
  • d3ff5b91e1 Kernel/Mutex: Propagate thread priority changes to other threads inheriting the priority via mutexes Subv 2017-01-02 19:38:08 -0500
  • b6a0355568 Kernel/Mutex: Update a mutex priority when a thread stops waiting on it. Subv 2017-01-02 13:53:10 -0500
  • 7abf185390 Kernel/Mutex: Implemented priority inheritance. Subv 2017-01-01 16:59:30 -0500
  • e6a7723f2f Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. Subv 2017-01-01 16:53:22 -0500
  • 38a90882a4 Kernel/Synch: Do not attempt a reschedule on every syscall. Subv 2017-01-01 11:57:02 -0500
  • c18cb1b192 Fix some warnings (#2399) Jonathan Hao 2017-01-05 00:48:29 +0800
  • 7c33998b8a Fix printf warning. Jonathan Hao 2017-01-04 21:46:10 +0800
  • 159bcbfdbc Update .travis.yml bunnei 2017-01-03 23:07:14 -0500
  • 3289892cd3 Merge pull request #2401 from jroweboy/travis-key James Rowe 2017-01-03 20:03:57 -0700
  • 737c8bee16 Try a different travis key James Rowe 2017-01-03 20:00:26 -0700
  • 6678ce15c4 Fix some warnings Jonathan Hao 2017-01-04 01:56:24 +0800
  • e2de82543b Merge pull request #2382 from mailwl/nfc Yuri Kunde Schlesner 2017-01-03 12:56:02 -0300
  • ef5dd19f1d Implemented functional vectorization utility Fernando Sahmkow 2017-01-01 12:30:04 -0500
  • d782b782d0 Merge f2e3caee6c into 0b897c45d2 Davide Italiano 2017-01-01 05:07:27 +0000