summaryrefslogtreecommitdiff
path: root/src/citra (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive removal of unused modulesGravatar James Rowe2018-01-129-842/+0
|
* config: Default CPU core to Unicorn.Gravatar bunnei2018-01-122-2/+2
|
* configuration: Add cpu_core configuration optionGravatar MerryMage2018-01-122-4/+5
|
* frontend: Update for undocked Switch screen layout.Gravatar bunnei2018-01-101-3/+2
|
* externals: Use unicorn DLL instead of static lib.Gravatar bunnei2018-01-041-0/+2
|
* hle: Remove a large amount of 3ds-specific service code.Gravatar bunnei2017-10-102-31/+0
|
* WebService: Verify username and token (#2930)Gravatar B3n302017-09-182-0/+4
| | | | | | | | | | * WebService: Verify username and token; Log errors in PostJson * Fixup: added docstrings to the functions * Webservice: Added Icons to the verification, imrpved error detection in cpr, fixup nits * fixup: fmt warning
* Add manifestGravatar DaMan2017-09-021-0/+8
|
* Merge pull request #2899 from wwylele/touch-refactorGravatar bunnei2017-08-292-0/+6
|\ | | | | Refactor touch input into a TouchDevice
| * EmuWindow: refactor touch input into a TouchDeviceGravatar wwylele2017-08-242-0/+6
| |
* | default_ini: Use correct telemetry endpoint URL.Gravatar bunnei2017-08-251-1/+1
| |
* | telemetry: Log frontend type.Gravatar bunnei2017-08-251-0/+2
| |
* | settings: Add enable_telemetry, citra_username, and citra_token.Gravatar bunnei2017-08-252-0/+11
|/
* move MotionEmu from core/frontend to input_common as a InputDeviceGravatar wwylele2017-08-114-11/+14
|
* Fix some spelling mistakesGravatar danzel2017-08-111-3/+3
|
* Network: Init Network in SDL and QTGravatar B3n302017-07-162-1/+5
|
* settings: Add telemetry endpoint URL.Gravatar bunnei2017-07-102-0/+8
|
* Set global definition WIN32_LEAN_AND_MEAN (#2807)Gravatar B3n302017-06-241-0/+3
| | | Set definition WIN32_LEAN_AND_MEAN to avoid windows.h including a lot of libs that are usually not used.
* Changing default values for bg_red, bg_green, and bg_blue from 1.0 to 0.0.Gravatar chris0626892017-06-211-3/+3
|
* Edit Citra URLs (#2728)Gravatar Alex Touchet2017-06-031-1/+1
|
* CMake: Define an interface target for SDL2 definitionsGravatar Yuri Kunde Schlesner2017-05-271-4/+2
|
* CMake: Stop using FindOpenGL, which seems to not be required anymoreGravatar Yuri Kunde Schlesner2017-05-271-1/+1
|
* CMake: Correct inter-module dependencies and library visibilityGravatar Yuri Kunde Schlesner2017-05-271-4/+4
| | | | | | | | | | 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.
* Citra: Convert include into forward declarationGravatar Yuri Kunde Schlesner2017-05-272-2/+6
|
* Remove some unnecessary inclusions of video_core.hGravatar Yuri Kunde Schlesner2017-05-271-1/+0
|
* Move screen size constants from video_core to coreGravatar Yuri Kunde Schlesner2017-05-271-7/+7
| | | | | video_core didn't even properly use them, and they were the source of many otherwise-unnecessary dependencies from core to video_core.
* input_common/sdl: add support for binding button to axisGravatar wwylele2017-04-171-0/+6
|
* Merge pull request #2512 from SonofUgly/custom-layoutGravatar bunnei2017-03-212-0/+32
|\ | | | | Add custom layout settings.
| * Add custom layout settings.Gravatar SonofUgly2017-02-232-0/+32
| |
* | citra: update default ini with new input systemGravatar wwylele2017-03-011-28/+41
| |
* | InputCommon: add AnalogFromButtonGravatar wwylele2017-03-011-0/+20
| |
* | InputCommon: add KeyboardGravatar wwylele2017-03-014-36/+18
| |
* | Gui: Change title bar to include build nameGravatar James Rowe2017-02-231-2/+2
| | | | | | | | | | Nightly builds now have "Citra Nightly" in the titlebar Bleeding edge builds now have "Citra Bleeding Edge" in the titlebar
* | Merge pull request #2368 from wwylele/camera-2Gravatar Yuri Kunde Schlesner2017-01-292-0/+31
|\ \ | | | | | | CAM: build the service framework with a dummy implementation
| * | CAM: implement basic camera functions with a blank cameraGravatar wwylele2017-01-112-0/+31
| | |
* | | citra: add missing control paths for ResultStatus on rom load. Fix warning ↵Gravatar Kloen2017-01-291-0/+20
| |/ |/| | | | | about unhandled enumeration values on OSX
* | SDL: Select audio device (#2403)Gravatar Kloen Lansfiel2017-01-252-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial Commit Added Device logic to Sinks Started on UI for selecting devices Removed redundant import * Audio Core: Complete Device Switching Complete the device switching implementation by allowing the output device to be loaded, changed and saved through the configurations menu. Worked with the Sink abstraction and tuned the "Device Selection" configuration so that the Device List is automatically populated when the Sink is changed. This hopefully addresses the concerns and recommendations mentioned in the comments of the PR. * Clean original implementation. * Refactor GetSinkDetails
* | SDL2: Config.cpp fix double to float warningGravatar Kloen2017-01-111-1/+2
| |
* | Merge pull request #2384 from bunnei/internal-res-optionGravatar bunnei2017-01-082-5/+5
|\ \ | | | | | | config: Add option for specifying screen resolution scale factor.
| * | config: Add option for specifying screen resolution scale factor.Gravatar bunnei2017-01-072-5/+5
| | |
* | | Merge pull request #1951 from wwylele/motion-sensorGravatar bunnei2017-01-072-7/+20
|\ \ \ | |/ / |/| | Emulate motion sensor in frontend
| * | Frontend: emulate motion sensorGravatar wwylele2016-12-262-7/+20
| |/
* | Merge pull request #2386 from bunnei/fix-bg-colorGravatar Sebastian Valle2016-12-301-6/+6
|\ \ | | | | | | config: SDL: Move background color setting to correct section.
| * | config: SDL: Move background color setting to correct section.Gravatar bunnei2016-12-301-6/+6
| |/
* | Merge pull request #2240 from wwylele/auto-regionGravatar bunnei2016-12-292-2/+3
|\ \ | |/ |/| Config: auto-select region and language
| * Config: auto-select region and languageGravatar wwylele2016-12-072-2/+3
| |
* | core: Move emu_window and key_map into coreGravatar MerryMage2016-12-232-2/+2
| | | | | | | | * Removes circular dependences (common should not depend on core)
* | Address clang-format issues.Gravatar bunnei2016-12-211-3/+3
| |
* | core: Consolidate core and system state, remove system module & cleanups.Gravatar bunnei2016-12-211-2/+1
| |
* | core: Consolidate top-level system state into a singleton.Gravatar bunnei2016-12-211-21/+14
| |