summaryrefslogtreecommitdiffstats
path: root/src/citra_qt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive removal of unused modulesJames Rowe2018-01-1368-10017/+0
* config: Default CPU core to Unicorn.bunnei2018-01-131-1/+1
* configuration: Add cpu_core configuration optionMerryMage2018-01-123-8/+17
* arm_dynarmic: Implement coreMerryMage2018-01-121-1/+1
* frontend: Update for undocked Switch screen layout.bunnei2018-01-111-2/+2
* Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask)Subv2018-01-101-6/+3
* kernel: Rename Semaphore to ConditionVariable.bunnei2018-01-092-10/+11
* Kernel: Actually wake up the requested number of threads in Semaphore::Release.Subv2018-01-091-3/+2
* Kernel: Properly keep track of mutex lock data in the guest memory. This fixes userland locking/unlocking.Subv2018-01-091-4/+3
* citra_qt: Remove VFP registers, since this isn't used anyways and caused an assert.bunnei2018-01-041-4/+0
* externals: Use unicorn DLL instead of static lib.bunnei2018-01-041-0/+2
* arm: Remove SkyEye/Dyncom code that is ARMv6-only.bunnei2018-01-031-45/+1
* core: Refactor MakeMagic usage and remove dead code.bunnei2017-10-151-42/+0
* Remove more 3DS-specific code.bunnei2017-10-131-1/+1
* Remove lots more 3DS-specific code.bunnei2017-10-132-106/+2
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-101-32/+0
* Fixed type conversion ambiguityHuw Pascoe2017-09-302-3/+4
* citra-qt: fix some untranslated stringswwylele2017-09-243-21/+22
* WebService: Verify username and token (#2930)B3n302017-09-195-26/+130
* Fix icon for citra qtJames Rowe2017-09-031-1/+3
* Add manifestDaMan2017-09-031-0/+8
* Merge pull request #2899 from wwylele/touch-refactorbunnei2017-08-291-0/+3
|\
| * EmuWindow: refactor touch input into a TouchDevicewwylele2017-08-241-0/+3
* | qt: Add an option to view/regenerate telemetry ID.bunnei2017-08-262-4/+12
* | # This is a combination of 2 commits.bunnei2017-08-261-3/+30
* | qt: Add web configuration tab.bunnei2017-08-266-2/+217
* | telemetry: Log frontend type.bunnei2017-08-261-0/+2
* | settings: Add enable_telemetry, citra_username, and citra_token.bunnei2017-08-261-0/+6
* | citra_qt: Show one-time callout messages to user.bunnei2017-08-264-0/+50
* | SidebySide Layout (#2859)ThaMighty902017-08-251-3/+8
|/
* move MotionEmu from core/frontend to input_common as a InputDevicewwylele2017-08-113-10/+10
* Quickfix typo in OpenGL 3.3 error messageAndrea Pascal2017-08-051-1/+1
* debugger/shader: display LOOPwwylele2017-07-201-1/+3
* debugger/shader: print the invert flag for JMPUwwylele2017-07-201-0/+4
* debugger/shader: fix address register for reverted arithmetic opwwylele2017-07-201-20/+9
* debugger/shader: fix inverted uniform flow controlwwylele2017-07-201-2/+2
* Merge pull request #2804 from Kloen/themingbunnei2017-07-187-2/+73
|\
| * citra-qt: Add option to configure the UI themeKloen2017-06-242-0/+37
| * citra-qt: load ui theme at startup and config change.Kloen2017-06-242-0/+22
| * citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheetKloen2017-06-241-2/+5
| * citra-qt: add new uisetting->themeKloen2017-06-242-0/+9
* | settings: Add telemetry endpoint URL.bunnei2017-07-101-0/+12
* | Implement basic virtual Room support based on enet (#2803)B3n302017-07-072-1/+4
* | configure_debug: Add label warning that CPU JIT needs to be disabled for gdbstub to workMerryMage2017-06-281-0/+7
|/
* Changing default values for bg_red, bg_green, and bg_blue from 1.0 to 0.0.chris0626892017-06-211-3/+3
* Session: Remove/add some forward declarationsYuri Kunde Schlesner2017-06-081-1/+0
* Service: Remove unnecessary includes from service.hYuri Kunde Schlesner2017-06-061-0/+1
* Remove unused imports in game_list_p.hKloen2017-06-031-2/+0
* Addressed Bunnei's review comments, and made some other tweaks:TheKoopaKingdom2017-06-031-5/+10
* Fixed wiki URLs.TheKoopaKingdom2017-06-031-6/+8
* Created a whitelist of system archives to prevent false positives creating dialogs.TheKoopaKingdom2017-06-033-11/+10
* Optimized messages that were repetitive and added ability for core errors to specify more details optionally.TheKoopaKingdom2017-06-034-37/+55
* Added message to status bar to show core errors ignored by the user.TheKoopaKingdom2017-06-032-1/+11
* Made some changes from review comments:TheKoopaKingdom2017-06-032-18/+22
* Added system for handling core errors in citra-qt.TheKoopaKingdom2017-06-034-18/+78
* Merge pull request #2739 from yuriks/kernel-reorgbunnei2017-06-012-3/+2
|\
| * Kernel: Move WaitObject to a separate fileYuri Kunde Schlesner2017-05-302-3/+2
* | CMake: Create INTERFACE targets for microprofile and nihstroYuri Kunde Schlesner2017-05-281-1/+1
* | CMake: Remove CITRA_QT_LIBS varYuri Kunde Schlesner2017-05-281-1/+1
* | CMake: Stop using FindOpenGL, which seems to not be required anymoreYuri Kunde Schlesner2017-05-281-1/+1
* | CMake: Use IMPORTED target for BoostYuri Kunde Schlesner2017-05-281-1/+1
|/
* CMake: Correct inter-module dependencies and library visibilityYuri Kunde Schlesner2017-05-281-3/+3
* Remove some unnecessary inclusions of video_core.hYuri Kunde Schlesner2017-05-281-1/+0
* Move screen size constants from video_core to coreYuri Kunde Schlesner2017-05-281-4/+2
* Frontend: Prevent FileSystemWatcher from blocking UI threadJames Rowe2017-05-103-46/+35
* Remove ability to load symbol mapsYuri Kunde Schlesner2017-05-083-15/+0
* citra-qt: Remove callstack widgetYuri Kunde Schlesner2017-05-086-168/+0
* citra-qt: Remove disassembler widgetYuri Kunde Schlesner2017-05-086-448/+0
* Merge pull request #2682 from nicoboss/filterYuri Kunde Schlesner2017-05-072-30/+35
|\
| * Don’t focus the search field if the game is emptyNico Bosshard2017-05-061-3/+6
| * Fixed some more typosNico Bosshard2017-05-032-4/+4
| * citra-qt: game list search function fixed minor mistakesNico Bosshard2017-05-021-24/+26
* | Create a random console_unique_id (#2668)B3n302017-05-063-2/+52
* | Merge pull request #2606 from wwylele/irbunnei2017-05-041-7/+1
|\ \ | |/ |/|
| * qt: enable config for circle pad prowwylele2017-04-091-7/+1
* | citra-qt: game list search function (#2673)Nico Bosshard2017-04-307-19/+299
* | Better looking status bar under Linux Ubuntu (#2662)Cereal-Killa2017-04-131-0/+1
|/
* citra-qt: Move config dialog code to its own directoryLioncash2017-04-0425-41/+41
* Merge pull request #2512 from SonofUgly/custom-layoutbunnei2017-03-223-1/+21
|\
| * Add custom layout settings.SonofUgly2017-02-233-1/+21
* | citra-qt: remove dead codewwylele2017-03-173-5/+0
* | citra-qt: release all buttons when render window focus is lostwwylele2017-03-172-0/+7
* | qt/config_input: don't connect for null buttonwwylele2017-03-021-4/+7
* | Input: remove unused stuff & clean upwwylele2017-03-011-0/+1
* | Qt: rework input configuration for new input systemwwylele2017-03-012-68/+144
* | InputCommon: add AnalogFromButtonwwylele2017-03-012-0/+29
* | InputCommon: add Keyboardwwylele2017-03-016-47/+33
* | Doxygen: Amend minor issues (#2593)Mat M2017-02-272-4/+6
* | Merge pull request #2587 from yuriks/status-barYuri Kunde Schlesner2017-02-2711-189/+77
|\ \
| * | Qt: Tweak status bar stylingYuri Kunde Schlesner2017-02-271-0/+2
| * | Qt: Increase status bar update interval to 2 secondsYuri Kunde Schlesner2017-02-271-1/+1
| * | Qt: Add tooltips to status bar displaysYuri Kunde Schlesner2017-02-271-0/+7
| * | Qt: Don't show fractional figures in the status barYuri Kunde Schlesner2017-02-271-2/+2
| * | Remove built-in (non-Microprofile) profilerYuri Kunde Schlesner2017-02-275-188/+2
| * | Add performance statistics to status barYuri Kunde Schlesner2017-02-272-0/+30
| * | Qt: Add (empty) status barYuri Kunde Schlesner2017-02-276-1/+35
| * | Core: Remove unnecessary include in thread.hYuri Kunde Schlesner2017-02-271-0/+1
* | | Use QFileSystemWatcher to reload the game list when a change is detected. (#2555)James Rowe2017-02-232-1/+51
* | | Merge pull request #2441 from jroweboy/titlebarbunnei2017-02-232-3/+4
|\ \ \
| * | | Gui: Change title bar to include build nameJames Rowe2017-02-232-3/+4
| |/ /
* / / [UI] Modify recursive scanning label (#2589)Anthony2017-02-231-1/+1
|/ /
* | Qt: Move some connections from .ui file to codeYuri Kunde Schlesner2017-02-182-38/+3
* | Qt: Reorganize connection of menu eventsYuri Kunde Schlesner2017-02-182-13/+23
* | Qt: Re-organize setup of debugging widgetsYuri Kunde Schlesner2017-02-184-39/+51
* | Qt: Fix action name to match conventionsYuri Kunde Schlesner2017-02-182-6/+6
* | Qt: Make IsSingleFileDropEvent staticYuri Kunde Schlesner2017-02-181-1/+1
* | Qt: Allow any file extension in Open dialogYuri Kunde Schlesner2017-02-181-2/+3
* | Qt: Remove orpahned function declarationYuri Kunde Schlesner2017-02-181-6/+0
* | Qt: Remove unnecessary std::string usageYuri Kunde Schlesner2017-02-182-14/+15
* | added drag n drop featurenoah the goodra2017-02-162-1/+41
* | Qt/GameList: Use suffix() to parse the file extensionYuri Kunde Schlesner2017-02-141-1/+1
* | Merge pull request #2550 from yuriks/pica-refactor2Yuri Kunde Schlesner2017-02-122-2/+3
|\ \
| * | VideoCore: Split regs.h inclusionsYuri Kunde Schlesner2017-02-091-1/+2
| * | Pica/Regs: Use binary search to look up reg namesYuri Kunde Schlesner2017-02-091-1/+1
* | | citra-qt: Don't attempt to scan files with unsupported extensions (#2402)Kloen Lansfiel2017-02-123-4/+20
|/ /
* | VideoCore: Move Regs to its own fileYuri Kunde Schlesner2017-02-044-4/+2
* | VideoCore: Split framebuffer regs from Regs structYuri Kunde Schlesner2017-02-041-12/+12
* | VideoCore: Split texturing regs from Regs structYuri Kunde Schlesner2017-02-042-13/+16
* | VideoCore: Split rasterizer regs from Regs structYuri Kunde Schlesner2017-02-041-1/+1
* | Merge pull request #2476 from yuriks/shader-refactor3Yuri Kunde Schlesner2017-02-043-6/+6
|\ \
| * | VideoCore: Consistently use shader configuration to load attributesYuri Kunde Schlesner2017-01-301-3/+3
| * | VideoCore: Rename some types to more accurate namesYuri Kunde Schlesner2017-01-302-3/+3
| |/
* | Pica/Texture: Simplify/cleanup texture tile addressingYuri Kunde Schlesner2017-02-041-7/+6
* | VideoCore: Move LookupTexture out of debug_utils.hYuri Kunde Schlesner2017-02-042-7/+10
* | removal of the -1 case in the configure_input switchnoah the goodra2017-01-311-1/+0
* | Merge pull request #2368 from wwylele/camera-2Yuri Kunde Schlesner2017-01-301-0/+32
|\ \ | |/ |/|
| * CAM: implement basic camera functions with a blank camerawwylele2017-01-111-0/+32
* | Merge pull request #2346 from yuriks/shader-refactor2Yuri Kunde Schlesner2017-01-272-2/+6
|\ \
| * | VideoCore/Shader: Move entry_point to SetupBatchYuri Kunde Schlesner2017-01-261-3/+2
| * | VideoCore/Shader: Move per-batch ShaderEngine state into ShaderSetupYuri Kunde Schlesner2017-01-261-2/+3
| * | VideoCore/Shader: Move ProduceDebugInfo to InterpreterEngineYuri Kunde Schlesner2017-01-261-0/+1
| * | Debugger: Always use interpreter for shader debuggingYuri Kunde Schlesner2017-01-261-3/+5
| * | VideoCore/Shader: Split shader uniform state and shader engineYuri Kunde Schlesner2017-01-261-1/+3
| * | VideoCore/Shader: Use only entry_point as ShaderSetup paramYuri Kunde Schlesner2017-01-261-1/+1
| * | VideoCore/Shader: Use self instead of g_state.vs in ShaderSetupYuri Kunde Schlesner2017-01-261-2/+1
* | | SDL: Select audio device (#2403)Kloen Lansfiel2017-01-264-0/+54
|/ /
* | Removed unused and outdated external qhexeditKloen2017-01-222-2/+2
* | citra-qt: Removed unused and unimplemented ramview files.Kloen2017-01-224-32/+0
* | QT: Fix ui file formatKloen2017-01-111-20/+20
* | QT: Fix some UI related warningsKloen2017-01-112-4/+3
* | Merge pull request #2384 from bunnei/internal-res-optionbunnei2017-01-083-13/+154
|\ \
| * | config: Add option for specifying screen resolution scale factor.bunnei2017-01-073-13/+154
* | | Merge pull request #1951 from wwylele/motion-sensorbunnei2017-01-072-1/+13
|\ \ \ | |/ / |/| |
| * | Frontend: emulate motion sensorwwylele2016-12-262-1/+13
| |/
* | Merge pull request #2393 from Subv/synchSebastian Valle2017-01-051-3/+6
|\ \
| * | Kernel: Use different thread statuses when a thread calls WaitSynchronization1 and WaitSynchronizationN with wait_all = true.Subv2017-01-041-3/+6
* | | Fix some warnings (#2399)Jonathan Hao2017-01-045-18/+1
|/ /
* | Merge pull request #2240 from wwylele/auto-regionbunnei2016-12-304-3/+14
|\ \ | |/ |/|
| * Config: auto-select region and languagewwylele2016-12-074-3/+14
* | core: Move emu_window and key_map into coreMerryMage2016-12-232-2/+2
* | Merge pull request #2343 from bunnei/core-cleanupbunnei2016-12-229-74/+40
|\ \
| * | core: Replace "AppCore" nomenclature with just "CPU".bunnei2016-12-223-12/+12
| * | Address clang-format issues.bunnei2016-12-221-14/+13
| * | core: Consolidate core and system state, remove system module & cleanups.bunnei2016-12-229-23/+19
| * | core: Consolidate top-level system state into a singleton.bunnei2016-12-225-59/+30
* | | Merge pull request #2361 from lioncash/disasmbunnei2016-12-221-3/+1
|\ \ \ | |/ / |/| |
| * | disassembler: Remove mutable specifier from breakpoints member variableLioncash2016-12-211-3/+1
* | | citra-qt: Move graphics debugging code into its own folderLioncash2016-12-2117-32/+32
|/ /
* | citra-qt: Move bits of constructor behavior to named functionsLioncash2016-12-192-67/+100
* | Merge pull request #2351 from CaptV0rt3x/masterbunnei2016-12-181-0/+1
|\ \
| * | Fixed game_list focusing issue.Vamsi Krishna2016-12-181-0/+1
* | | line fixup for travis ciCaptV0rt3x2016-12-181-1/+0
* | | screen swap - Hotkey mappingVamsi Krishna2016-12-182-5/+1
|/ /
* | Merge pull request #2303 from freiro/citra-qt_missing_sdl2_dllbunnei2016-12-161-23/+6
|\ \
| * | Modularized Qt and SDL file copyingfreiro2016-12-131-2/+4
| * | Modularization of copy_msvc_libraries cmake functfreiro2016-12-111-20/+2
| * | Removed redundant Qt check and other fixesfreiro2016-12-111-20/+19
| * | [MSVC] Copy SDL2.dll to build folderfreiro2016-12-111-20/+20
* | | Merge pull request #2322 from MerryMage/ctx-mnuMerry2016-12-165-4/+52
|\ \ \
| * | | main: Open folder when open save folder location context menu is clickedMerryMage2016-12-152-0/+20
| * | | game_list: Implement context menu for items in listMerryMage2016-12-153-4/+32
* | | | Merge pull request #2260 from Subv/schedulingbunnei2016-12-161-1/+2
|\ \ \ \
| * | | | Fixed the codestyle to match our clang-format rules.Subv2016-12-141-1/+2
| * | | | WaitSynch: Removed unused variables and reduced SharedPtr copies.Subv2016-12-091-1/+1
| * | | | Threading: Added some utility functions and const correctness.Subv2016-12-041-1/+1
| * | | | Threading: Reworked the way our scheduler works.Subv2016-12-041-1/+1
* | | | | Merge pull request #2249 from Subv/sessions_v3Yuri Kunde Schlesner2016-12-151-1/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixed the rebase mistakes.Subv2016-12-011-1/+0
* | | | | Merge pull request #2267 from JayFoxRox/fix-mingw-ccSebastian Valle2016-12-111-1/+1
|\ \ \ \ \
| * | | | | Unify Windows ICON resource nameJannik Vogel2016-12-051-1/+1
| * | | | | Support mingw cross-compileJannik Vogel2016-12-051-1/+1
| | |/ / / | |/| | |
* | | | | citra-qt: Make constructors explicit where applicableLioncash2016-12-1115-32/+35
* | | | | citra-qt: Add missing #pragma once directivesLioncash2016-12-115-0/+10
* | | | | game_list: Make slots private functionsLioncash2016-12-111-7/+4
* | | | | game_list: Make the constructor explicitLioncash2016-12-111-1/+1
* | | | | game_list: Make the AddEntry argument a const referenceLioncash2016-12-112-2/+2
* | | | | game_list: Replace 0 literals with nullptrLioncash2016-12-111-1/+1
* | | | | game_list: Use QT5's new event connection syntaxLioncash2016-12-111-6/+6
* | | | | game_list: Pass the parent constructor argument to the QWidget base classLioncash2016-12-111-1/+1
| |_|/ / |/| | |
* | | | graphics_cmdlists: Get rid of variable shadowingLioncash2016-12-111-14/+18
* | | | graphics_cmdlists: Get rid of an unused variableLioncash2016-12-111-1/+0
* | | | graphics_cmdlists: Make LoadTexture and TextureInfoWidget src arguments constLioncash2016-12-111-3/+4
* | | | graphics_cmdlists: Make LoadImage internally linkedLioncash2016-12-111-0/+2
* | | | Add all services to the Service namespaceLioncash2016-12-111-8/+8
* | | | configure_input: Modernize and cleanup input configuration tabMerryMage2016-12-112-115/+101
| |_|/ |/| |
* | | Implement Frame rate limiter (#2223)emmauss2016-12-063-0/+11
|/ /
* / Remove unused version.hJannik Vogel2016-12-012-12/+0
|/
* Merge pull request #2196 from Subv/system_modeYuri Kunde Schlesner2016-11-282-9/+21
|\
| * Kernel/Loader: Grab the system mode from the NCCH ExHeader.Subv2016-11-281-5/+4
| * Kernel/Loader: Grab the system mode from the NCCH ExHeader.Subv2016-11-202-9/+22
* | GPU: Remove the broken frame_skip option.Emmanuel Gil Peyrot2016-11-271-2/+0
|/
* Merge pull request #2172 from jroweboy/fix-mingwbunnei2016-11-161-0/+4
|\
| * Add mingw compile supportJames Rowe2016-11-141-0/+4
* | Merge pull request #1753 from jroweboy/frame_layoutsbunnei2016-11-167-44/+101
|\ \ | |/ |/|
| * Add default hotkey to swap primary screens.James Rowe2016-11-054-2/+13
| * Support additional screen layouts.James Rowe2016-11-055-44/+90
* | Minor Menu FixesPringo2016-11-112-2/+2
|/
* build: add default install for DragonFly, Solaris, etc.Jan Beich2016-10-281-1/+1
* Fix typosRicardo de Almeida Gonzaga2016-10-203-4/+4
* Merge pull request #1652 from wwylele/kernal-toolbunnei2016-10-055-0/+620
|\
| * implement wait tree widgetwwylele2016-09-225-0/+620
* | qt: shutdown system if errorwwylele2016-09-221-2/+3
|/
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-2119-19/+19
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-2147-133/+50
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-1920-93/+71
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-1854-969/+984
* qt: Add UI configuration option to enable CPU JIT.bunnei2016-09-152-0/+25
* core: Add configuration option for CPU JIT.bunnei2016-09-151-0/+2
* Qt: fix birthday combo box updatingwwylele2016-09-131-2/+3
* Qt: unify running detectionwwylele2016-09-025-12/+9
* Merge pull request #2032 from bunnei/qt-graphicsbunnei2016-09-0114-82/+232
|\
| * qt: Rename all "toogle" to "toggle".bunnei2016-09-016-24/+24
| * qt: Add an option to settings for enabling V-Sync.bunnei2016-08-301-0/+4
| * qt: Recreate GL context on startup to support changing V-Sync.bunnei2016-08-303-25/+39
| * config: Add a setting for graphics V-Sync.bunnei2016-08-304-1/+12
| * qt: Add a configuration tab for Graphics and move relevant fields.bunnei2016-08-308-48/+169
* | configure_audio: User-configuratble option to enable/disable audio stretchingMerryMage2016-08-313-0/+15
|/
* citra: Default to HW renderer.bunnei2016-08-161-1/+1
* Input GUI: Add tab to remap controls (#1900)Anon2016-07-299-8/+825
* CMake: Fix Info.plist template for citra_qt/OSXDale Whinham2016-07-211-1/+1
* Qt: add system settings config tabwwylele2016-07-108-4/+450
* Merge pull request #1923 from yuriks/fix-recursivebunnei2016-06-221-5/+3
|\
| * Fix recursive scanning of directoriesYuri Kunde Schlesner2016-06-191-5/+3
* | Qt: Fix MicroProfile dpi scalingYuri Kunde Schlesner2016-06-191-7/+6
|/
* Merge pull request #1789 from wwylele/input-refactorbunnei2016-06-112-4/+11
|\
| * implement circle pad modifierwwylele2016-05-151-0/+3
| * Refactor input subsystemwwylele2016-05-152-4/+8
* | Merge pull request #1765 from JayFoxRox/debug-surface-viewerbunnei2016-06-089-583/+876
|\ \
| * | citra_qt: Replace 'Pica Framebuffer Debugger' with 'Pica Surface Viewer'Jannik Vogel2016-05-079-583/+876
* | | Remove unused and bitrotted "controller config" filesarchshift2016-06-026-671/+0
* | | AddFstEntriesToGameList - prevent loading a directoryLFsWang2016-06-011-3/+3
* | | Merge pull request #1751 from linkmauve/no-recursive-readdirbunnei2016-05-312-6/+7
|\ \ \
| * | | Common: Make recursive FileUtil functions take a maximum recursionEmmanuel Gil Peyrot2016-05-212-6/+7
* | | | Merge pull request #1692 from Subv/rm_getpointer2bunnei2016-05-301-1/+4
|\ \ \ \
| * | | | Debugger/Callstack: Replace Memory::GetPointer with Memory::IsValidVirtualAddressMerryMage2016-05-211-1/+4
| |/ / /
* | | | Merge pull request #1817 from linkmauve/smdh-stuffbunnei2016-05-253-61/+24
|\ \ \ \
| * | | | Loader: Split SMDH into its own header and import helpers from QGameListEmmanuel Gil Peyrot2016-05-211-42/+11
| * | | | CitraQt: Simplify the game list loader codeEmmanuel Gil Peyrot2016-05-212-19/+5
| * | | | Loader, Frontends: Refactor loader creation and game loadingEmmanuel Gil Peyrot2016-05-211-1/+9
| |/ / /
* | | | New3DS: Minor style cleanup to #1520.bunnei2016-05-241-2/+2
* | | | Merge pull request #1520 from JamePeng/checknew3dsbunnei2016-05-241-2/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Implement CheckNew3DS and CheckNew3DSAppJamePeng2016-04-201-2/+4
* | | | Config: Restore previously selected audio sink option (#1824)James Rowe2016-05-201-3/+3
* | | | Merge pull request #1785 from MerryMage/mp-dpibunnei2016-05-191-4/+12
|\ \ \ \
| * | | | Microprofile: DPI-aware drawingMerryMage2016-05-121-4/+12
* | | | | Config: Audio sink configuration (#1798)Maribel2016-05-196-0/+134
| |_|_|/ |/| | |
* | | | Move default_attributes into Pica stateJannik Vogel2016-05-121-1/+1
|/ / /
* | | Turn ShaderSetup into structJannik Vogel2016-05-111-1/+1
* | | fixup simple type conversions where possibleAlexander Laties2016-05-072-2/+2
* | | Frontends, VideoCore: Move glad initialisation to the frontendEmmanuel Gil Peyrot2016-05-061-0/+11
| |/ |/|
* | Merge pull request #1700 from wwylele/gamelist-iconbunnei2016-05-064-14/+111
|\ \
| * | add missing headerwwylele2016-05-041-0/+1
| * | make the name column larger as defaultwwylele2016-05-041-1/+5
| * | add icon & title to game listwwylele2016-05-043-13/+105
* | | Pica: Rename VertexLoaded breakpoint to VertexShaderInvocationJannik Vogel2016-05-042-3/+3
* | | VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot2016-04-301-0/+4
* | | Audio: Add sink selection to configuration filesMerryMage2016-04-301-0/+8
|/ /
* | Common: Remove section measurement from profiler (#1731)Yuri Kunde Schlesner2016-04-291-24/+2
* | Make Citra build with MICROPROFILE_ENABLED set to 0 (#1709)Henrik Rydgård2016-04-294-1/+26
* | Qt Frontend: Add Threads::Threads import in CMakeLists.txt.Emmanuel Gil Peyrot2016-04-261-1/+1
* | Replace std::map with std::array for graphics event breakpoints, and allow the compiler to inline. Saves 1%+ in vertex heavy situations.Henrik Rydgard2016-04-241-2/+2
* | debugger: Warn if we reach an unreachable formatSam Spilsbury2016-04-231-0/+6
* | Config: Add scaled resolution optiontfarley2016-04-213-0/+11
* | Configure Dialog: Remove minimumSize propertyMerryMage2016-04-151-12/+0
* | CitraQt: Apply config at startupJannik Vogel2016-04-114-12/+3
* | Merge pull request #1368 from LittleWhite-tb/configure-widgetbunnei2016-04-1121-262/+807
|\ \ | |/ |/|
| * Add more stuff to configure.LittleWhite2016-03-2215-120/+211
| * Whole config is handled by Config class.LittleWhite2016-03-218-118/+181
| * Add Configure widgetLittleWhite2016-03-2118-142/+533
* | Merge pull request #1643 from MerryMage/make_uniqueMathew Maidment2016-04-061-2/+2
|\ \
| * | Common: Remove Common::make_unique, use std::make_uniqueMerryMage2016-04-051-2/+2
| |/
* | remove debug codeLFsWang2016-03-311-1/+1
* | Fix encode problem On WindowsLFsWang2016-03-312-6/+6
* | Compilation fixLittleWhite2016-03-281-1/+1
* | Fix Qt chinese words encode problem on WindowsLFsWang2016-03-172-3/+3
|/
* Merge pull request #1466 from LittleWhite-tb/gamelist-update-recentYuri Kunde Schlesner2016-03-172-5/+4
|\
| * Register ROM started through the gamelist in the list of ROM recently startedLittleWhite2016-03-162-5/+4
* | PICA: Fix MAD/MADI encodingJannik Vogel2016-03-151-2/+10
|/
* Fix attribute mapping in vs debuggerJannik Vogel2016-03-091-2/+2
* Merge pull request #1344 from LittleWhite-tb/error-outputbunnei2016-03-092-7/+60
|\
| * Improve error report from Init() functionsLittleWhite2016-03-082-12/+40
| * Display errors in GUI when loading ROM failedLittleWhite2016-03-031-1/+26
* | Set the appropriate locale to get float conversion working using std::to_stringLittleWhite2016-03-071-0/+4
|/
* Merge pull request #1394 from ds84182/immediate-mode-vtxbunnei2016-03-034-1/+5
|\
| * Add immediate mode vertex submissionDwayne Slater2016-03-034-1/+5
* | Merge pull request #1403 from MerryMage/sdlbunnei2016-03-031-18/+7
|\ \ | |/ |/|
| * Dependencies: Remove GLFW, Add SDL2MerryMage2016-03-021-18/+7
* | Merge pull request #1352 from LittleWhite-tb/exit_checkbunnei2016-02-262-0/+26
|\ \ | |/ |/|
| * Add a configuration entry to enable/disable the checkLittleWhite2016-02-042-9/+10
| * Add check before closure when emulation is runningLittleWhite2016-02-042-0/+25
* | AudioCore: Skeleton ImplementationMerryMage2016-02-211-1/+1
|/
* Change default gameListRootDir from "" to "."archshift2016-01-071-1/+1
* Merge pull request #1330 from archshift/add-defaultsbunnei2016-01-031-1/+1
|\
| * Gamelist: supply default settings for QSettings configarchshift2016-01-011-1/+1
* | core: Use unique_ptr for holding the interpreter instancesLioncash2015-12-302-12/+8
|/
* Refactor ScanDirectoryTreeAndCallback to separate errors and retvalsarchshift2015-11-271-7/+9
* Merge pull request #1122 from polaris-/gdbstubbunnei2015-11-124-0/+31
|\
| * Handle changes pointed out in comments on PRpolaris-2015-10-221-2/+1
| * Implement gdbstubpolaris-2015-10-044-0/+32
* | change file path encoding to Local8bit()wwylele2015-10-202-5/+5
* | Merge pull request #1207 from kemenaran/persist-citra-settings-in-qtbunnei2015-10-201-0/+8
|\ \
| * | citra-qt: persist hardware-rendering and shaders-jit settingsPierre de La Morinerie2015-10-181-0/+8
* | | citra-qt: Add icon to Mac appPierre de La Morinerie2015-10-141-1/+3
|/ /
* | CitraQt, SkyEye, Loader, VideoCore: Remove newlines in LOG_* calls.Emmanuel Gil Peyrot2015-10-091-1/+1
* | Merge pull request #1189 from archshift/game-list-toggle-windowbunnei2015-10-071-0/+1
|\ \
| * | Game list: propely hide on toggling window modearchshift2015-10-061-0/+1
* | | Silence -Wsign-compare warnings.Rohit Nirmal2015-10-071-4/+4
|/ /
* | citra-qt: Fix mouse events coordinates on high-DPI screensPierre de La Morinerie2015-10-042-12/+21
* | citra-qt: Enable high-DPI widgets on Mac appPierre de La Morinerie2015-10-041-0/+4
* | citra-qt: Use custom Info.plist for Mac buildsPierre de La Morinerie2015-10-042-0/+38
|/
* Merge pull request #1095 from archshift/game-listbunnei2015-10-029-7/+432
|\
| * Game list: save and load column sizes, sort order, to QSettingsarchshift2015-10-023-0/+24
| * Add menu item for selecting the game list folderarchshift2015-10-023-1/+23
| * Initial implementation of a game listarchshift2015-10-026-2/+356
| * Add helper function for creating a readable byte size string.archshift2015-10-022-0/+16
| * Don't show render window until a game is startedarchshift2015-10-022-4/+13
* | Fix for the refresh issue when no rendering is doneLittleWhite2015-09-242-4/+14
* | citra-qt: Fix connect error on startupKloen2015-09-182-5/+13
|/
* Merge pull request #1123 from yuriks/gsp-flushYuri Kunde Schlesner2015-09-141-2/+2
|\
| * GSP: Implement command 0x05, used for flushing cachesYuri Kunde Schlesner2015-09-141-2/+2
* | Merge pull request #1111 from LittleWhite-tb/qt-close-renderwindowbunnei2015-09-143-0/+15
|\ \ | |/ |/|
| * Stop emulation when render window is closedLittleWhite2015-09-073-0/+15
* | general: Replace 0 literals with nullptr where applicableLioncash2015-09-122-2/+2
* | Merge pull request #1147 from lioncash/nullptrYuri Kunde Schlesner2015-09-117-7/+7
|\ \
| * | General: Replace NULL and '0' usages with nullptr where applicableLioncash2015-09-117-7/+7
* | | Merge pull request #1149 from lioncash/overrideYuri Kunde Schlesner2015-09-111-1/+1
|\ \ \
| * | | graphics_breakpoints_p: Add missing override specifierLioncash2015-09-111-1/+1
| |/ /
* / / citra_qt: Reorganize headersLioncash2015-09-1124-100/+81
|/ /
* | Merge pull request #1125 from yuriks/uilayout-configYuri Kunde Schlesner2015-09-081-0/+7
|\ \
| * | citra-qt: Separate UI layout state in a separate section of the configYuri Kunde Schlesner2015-09-081-0/+7
* | | citra-qt: Trim recently used files list to size when insterting new itemYuri Kunde Schlesner2015-09-081-0/+4
|/ /
* | Merge pull request #1118 from Kloen/monospace-fontbunnei2015-09-072-1/+35
|\ \
| * | citra-qt: Use monospace font on Disassembler and ARM RegistersKloen2015-09-072-1/+35
| |/
* | Shader Debugger: Allow editing of input vertex dataYuri Kunde Schlesner2015-09-071-0/+2
* | Shader Debugger: Highlight current instruction instead of focusingYuri Kunde Schlesner2015-09-071-4/+15
* | Shader Debugger: Remove useless signalYuri Kunde Schlesner2015-09-072-10/+2
* | Shader Debugger: Fix only first vertex attribute being loadedYuri Kunde Schlesner2015-09-071-7/+7
* | Shader Debugger: Fix freeze when double-clicking shader disassemblyYuri Kunde Schlesner2015-09-073-14/+4
* | Shader Debugger: Improve space efficiency of the layoutYuri Kunde Schlesner2015-09-071-9/+18
* | Shader Disassembly: Fix printing of jump offsetsYuri Kunde Schlesner2015-09-071-4/+4
* | Shader Disassembly: Fix disassembly of IFU/CALLU instructionsYuri Kunde Schlesner2015-09-071-0/+1
* | Shader Disassembly: Implement support for MAD/MADIYuri Kunde Schlesner2015-09-071-0/+31
* | Shader Disassembly: Introduce variables to hold common subexpressionsYuri Kunde Schlesner2015-09-071-16/+20
* | Shader Debugger: Initialize input_vertex to prevent crashesYuri Kunde Schlesner2015-09-071-0/+7
* | Shader Disassembly: Cleanup code and improve output alignmentYuri Kunde Schlesner2015-09-071-66/+79
|/
* citra-qt: Move system shutdown to run inside EmuThreadYuri Kunde Schlesner2015-09-032-3/+3
* Increase required OpenGL version to 3.3Yuri Kunde Schlesner2015-08-301-1/+1
* citra-qt: Add a missing header guard to util.hLioncash2015-08-261-0/+2
* Integrate the MicroProfile profiling libraryYuri Kunde Schlesner2015-08-255-0/+240
* citra-qt: Add helper function to get a monospace QFontYuri Kunde Schlesner2015-08-256-5/+32
* Improvements for MRULittleWhite2015-08-192-11/+33
* Merge pull request #1034 from yuriks/rg8-texturesbunnei2015-08-171-1/+1
|\
| * citra-qt: Give RG8 format a proper name in the texture viewerYuri Kunde Schlesner2015-08-161-1/+1
* | Merge pull request #997 from Lectem/cmdlist_full_debugTony Wasserka2015-08-161-19/+23
|\ \
| * | citra-qt/command list: Do not recreate a widget after each selectionLectem2015-07-261-10/+10
| * | citra-qt/command list: Add mask columnLectem2015-07-261-8/+10
| * | citra-qt/command list: monospace font on windowsLectem2015-07-261-1/+3
* | | citra-qt/VertexShader: Minor UI improvements.Tony Wasserka2015-08-162-10/+11
* | | citra-qt: Fix comment style.Tony Wasserka2015-08-161-5/+6
* | | Introduce a shader tracer to allow inspection of input/output values for each processed instruction.Tony Wasserka2015-08-162-42/+261
* | | Pica/DebugUtils: Include uniform information into shader dumps.Tony Wasserka2015-08-161-3/+2
* | | citra-qt: Improve shader debugger.Tony Wasserka2015-08-162-3/+20
* | | citra-qt: Print the correct swizzle mask for SRC2 in the shader disassembler.Tony Wasserka2015-08-161-3/+3
| |/ |/|
* | Merge pull request #1017 from LittleWhite-tb/qt-recent-filesbunnei2015-08-163-18/+91
|\ \
| * | Add menu and logic to save and load recently loaded files.LittleWhite2015-08-113-18/+91
* | | Shader: Initial implementation of x86_x64 JIT compiler for Pica vertex shaders.bunnei2015-08-164-0/+20
* | | Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP.bunnei2015-08-151-1/+1
* | | Shader: Move shader code to its own subdirectory, "shader".bunnei2015-08-151-1/+1
* | | GPU: Refactor "VertexShader" namespace to "Shader".bunnei2015-08-151-1/+1
* | | Merge pull request #1027 from lioncash/debuggerbunnei2015-08-142-48/+176
|\ \ \
| * | | registers: Support viewing VFP registersLioncash2015-08-072-44/+172
| * | | registers: Fix a typo with CPSR's nameLioncash2015-08-072-36/+36
| |/ /
* / / ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the standard u?int*_t types.Emmanuel Gil Peyrot2015-08-112-5/+9
|/ /
* | Save the path leading where the last file have been loadedLittleWhite2015-07-311-5/+20
* | Merge pull request #1011 from lioncash/initializerbunnei2015-07-292-2/+2
|\ \
| * | citra-qt: Adjust initializer list orderLioncash2015-07-292-2/+2
* | | citra-qt: Pass string by const referenceLioncash2015-07-292-2/+2
|/ /
* | Update Start menu text to match with the real state of the emulator.LittleWhite2015-07-281-0/+3
* | Settings: Fix saving wrong values for input configurationTrung Do2015-07-281-1/+2
* | Merge pull request #873 from jroweboy/input_arrayTony Wasserka2015-07-282-72/+19
|\ \ | |/ |/|
| * Move input values into an arrayJames Rowe2015-07-282-72/+19
* | Merge pull request #986 from Lectem/better_widgetsTony Wasserka2015-07-261-12/+22
|\ \
| * | citra-qt/command list: Enable uniform row heights and automatically resize columns.Lectem2015-07-251-0/+8
| * | citra-qt/command list: Split register and value columns.Lectem2015-07-251-12/+14
| |/
* | dyncom: Rename armdefs.h to armstate.hLioncash2015-07-261-1/+0
* | dyncom: Get rid of skyeye typedefsLioncash2015-07-261-1/+1
|/
* Merge pull request #892 from zawata/another-warning-fixesYuri Kunde Schlesner2015-07-253-3/+3
|\
| * Citra_QT : Another Conversion Warning Fixzawata2015-07-191-1/+1
| * Citra_QT : Fix Conversion Warningszawata2015-07-192-2/+2
* | Merge pull request #981 from Subv/checkboxesYuri Kunde Schlesner2015-07-253-71/+40
|\ \
| * | Qt/GPU Breakpoints: Changed the widget so that we don't have to select and click the Enable button when enabling/disabling a breakpoint, now it is done via a checkbox next to the breakpoint's name.Subv2015-07-243-71/+40
* | | Qt/GPU Breakpoints: Added three more breakpoint types:Subv2015-07-231-3/+6
|/ /
* | Merge pull request #929 from neobrain/geoshader_definitionsTony Wasserka2015-07-211-1/+1
|\ \
| * | Pica/Shader: Add geometry shader definitions.Tony Wasserka2015-07-151-1/+1
| |/
* | Resolve issue accidentally left unaddressed in PR #930Yuri Kunde Schlesner2015-07-211-1/+1
* | Merge pull request #930 from neobrain/copypaste_commandlistYuri Kunde Schlesner2015-07-212-1/+31
|\ \
| * | citra-qt: Add support for copying the command list contents to clipboard.Tony Wasserka2015-07-152-1/+31
| |/
* / Rasterizer/Textures: Fixed a bug where the I4 format would get twice the real stride.Subv2015-07-191-1/+1
|/
* Merge pull request #924 from aroulin/qt-disassembly-stepYuri Kunde Schlesner2015-07-132-2/+5
|\
| * Qt: Fix disassembly widget steppingaroulin2015-07-132-2/+5
* | citra-qt: Add depth formats to framebuffer viewing widget.Tony Wasserka2015-07-132-6/+33
* | citra-qt: Properly specify the framebuffer format.Tony Wasserka2015-07-132-3/+28
* | CiTrace: Clean up initialization method.Tony Wasserka2015-07-131-9/+15
* | CiTrace: Record LCD registers. Cleanup recording code.Tony Wasserka2015-07-131-7/+11
* | CiTrace: Record default vertex attributes.Tony Wasserka2015-07-131-0/+8
* | citra-qt: Properly disable the CiTrace widget upon starting/stopping emulation.Tony Wasserka2015-07-133-2/+39
* | Add CiTrace recording support.Tony Wasserka2015-07-135-1/+159
|/
* Merge pull request #910 from linkmauve/installTony Wasserka2015-07-121-1/+3
|\
| * Citra, CitraQt: Tell cmake to install the compiled binaries.Emmanuel Gil Peyrot2015-07-091-1/+3
* | CitraQt: Cleanup includes.Emmanuel Gil Peyrot2015-06-287-6/+17
* | Common: Remove now-unused EMU_PLATFORM define, fixes issue #373.Emmanuel Gil Peyrot2015-06-271-4/+0
|/
* Make the call stack entries not editableGreg Wicks2015-06-191-0/+3
* Robocopy doesn't like trailing slashesClienthax2015-06-091-4/+4
* Merge pull request #811 from archshift/commonifyarchshift2015-05-312-3/+4
|\
| * Move video_core/color.h to common/color.harchshift2015-05-301-1/+2
| * Move video_core/math.h to common/vector_math.harchshift2015-05-301-2/+2
* | Merge pull request #832 from yuriks/refresh-rate-optionbunnei2015-05-311-2/+0
|\ \
| * | Remove gpu_refresh_rate configuration optionYuri Kunde Schlesner2015-05-301-2/+0
* | | Merge pull request #830 from SeannyM/qt-noborderbunnei2015-05-301-2/+15
|\ \ \ | |_|/ |/| |
| * | QT: Remove border around widgetsSean Maas2015-05-291-2/+15
* | | Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-295-7/+7
| |/ |/|
* | Assets: Move citra.ico from src/assets to dist.Emmanuel Gil Peyrot2015-05-251-0/+0
|/
* Qt: Silence a bogus warning printed when using the debug runtimeYuri Kunde Schlesner2015-05-231-1/+7
* Pica: Create 'State' structure and move state memory there.bunnei2015-05-233-10/+10
* MakeCurrent race condition fixtfarley2015-05-232-2/+3
* OpenGL renderertfarley2015-05-233-0/+19
* INI hw/sw renderer toggletfarley2015-05-221-0/+4
* Use condition var to properly pause the CPU threadJames Rowe2015-05-182-2/+14
* Merge pull request #758 from yuriks/sync-loggingYuri Kunde Schlesner2015-05-161-6/+0
|\
| * Common: Remove async loggingYuri Kunde Schlesner2015-05-121-6/+0
* | Merge pull request #675 from jroweboy/windows-build-fixesYuri Kunde Schlesner2015-05-151-0/+36
|\ \
| * | unsetting a few more variables that arent needed outside of this functionJames Rowe2015-03-261-0/+3
| * | Updated the copy commands to run on post_build and use generator expressions to simplify the code as wellJames Rowe2015-03-261-27/+26
| * | Changes to bring the previous commits in line with the comments on thepull request. Made the debug build a true debug build with no optimizxations and the RelWithDebInfo is what it says it is too. Changed the copying of the dlls to the build directories to happen at configuration time instead of build timeJames Rowe2015-03-261-22/+12
| * | More changes to the CMakeFiles for better MSVC compatibility. Added in the RelWithDebInfo target and setup copying the Qt 5 Dlls to the output directories.James Rowe2015-03-261-0/+44
* | | Memmap: Re-organize memory function in two filesYuri Kunde Schlesner2015-05-154-4/+4
* | | Qt: Shutdown emulation session only if EmuThread exists.bunnei2015-05-131-1/+3
| |/ |/|
* | Memory: Add GetPhysicalPointer helper functionYuri Kunde Schlesner2015-05-092-3/+3
* | Memory: Support more regions in the VAddr-PAddr translation functionsYuri Kunde Schlesner2015-05-092-3/+3
* | Loader: Remove .bin file supportYuri Kunde Schlesner2015-05-091-1/+1
* | Common: Remove common.hYuri Kunde Schlesner2015-05-077-6/+5
* | Common: Remove many unnecessary cross-platform compatibility macrosYuri Kunde Schlesner2015-05-071-1/+1
* | Merge pull request #698 from Zaneo/clip_stylus_inputTony Wasserka2015-05-021-1/+1
|\ \
| * | EmuWindow: Clip mouse input coordinates to emulated screen dimensions.Zaneo2015-05-021-1/+1
* | | Qt: Shutdown game on emulator close event.bunnei2015-05-021-0/+2
* | | Qt: Disable "Start" unless we are paused (it otherwise has no meaning and causes a crash).bunnei2015-05-022-1/+4
* | | Qt: Fixed a bug in shutdown procedure, various cleanups.bunnei2015-05-027-35/+26
* | | Qt: Clear registers widget on shutdown.bunnei2015-05-023-8/+31
* | | Qt: Use signals for emu_thread start/stop and fix disasm widget.bunnei2015-05-026-79/+138
* | | Qt: Restructured to remove unnecessary shutdown event and various cleanups.bunnei2015-05-024-90/+40
* | | Qt: Fix loading a new game without stopping emulation.bunnei2015-05-022-15/+25
* | | Qt: Create emu thread on bootup, kill it on shutdown.bunnei2015-05-023-31/+44
* | | EmuThread: Remove unused filename attribute.bunnei2015-05-023-18/+2
* | | Qt: Move EmuThread ownership from render window to main window.bunnei2015-05-026-69/+57
|/ /
* | Merge pull request #691 from rohit-n/sign-comparebunnei2015-04-181-2/+2
|\ \
| * | Silence some -Wsign-compare warnings.Rohit Nirmal2015-04-101-2/+2
* | | citra-qt: Use std::abs() to get the right absolute function for s64.Emmanuel Gil Peyrot2015-04-141-1/+2
* | | Headers: Add some forgotten overrides, thanks clang!Emmanuel Gil Peyrot2015-04-142-2/+2
|/ /
* | Allow the user to set the background clear color during emulationarchshift2015-04-041-0/+13
* | Merge pull request #678 from lioncash/disasmbunnei2015-04-011-2/+1
|\ \
| * | callstack: Remove unnecessary disassembler instantiationLioncash2015-03-301-2/+1
| |/
* / disassembler: Get rid of a const_castLioncash2015-03-301-4/+1
|/
* HID: Complete refactor of pad/touch input to fix threading issues.bunnei2015-03-111-14/+8
* Qt: Implemented EmuWindow touchpad support.bunnei2015-03-102-0/+29
* Merge pull request #643 from Subv/dem_feelsbunnei2015-03-102-7/+68
|\
| * GPU: Added the stencil test structure to the Pica Regs struct.Subv2015-03-102-6/+6
| * Frontend/Qt: Allow the framebuffer widget to inspect the depth bufferSubv2015-03-102-5/+66
* | Merge pull request #634 from linkmauve/logging-performancesbunnei2015-03-091-1/+2
|\ \
| * | Logging: check for filter before sending to the queue, to skip all heavy formatting on the other thread.Emmanuel Gil Peyrot2015-03-061-1/+2
* | | Update nihstro submodule to the initial release version.archshift2015-03-081-20/+21
* | | Build app bundles on OS X. Fixes the issue where the menubar would not appear.archshift2015-03-081-1/+5
* | | Merge pull request #636 from bunnei/refactor-screen-winbunnei2015-03-081-1/+2
|\ \ \ | |_|/ |/| |
| * | Set framebuffer layout from EmuWindow.bunnei2015-03-071-1/+2
| |/
* | Merge pull request #538 from yuriks/perf-statTony Wasserka2015-03-076-0/+232
|\ \ | |/ |/|
| * Add profiling infrastructure and widgetYuri Kunde Schlesner2015-03-026-0/+232
* | GPU: Added RGB565/RGB8 framebuffer support and various cleanups.bunnei2015-03-043-59/+33
|/
* GPU: Implemented bits 3 and 1 from the display transfer flags.Subv2015-02-271-6/+16
* Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.Emmanuel Gil Peyrot2015-02-222-12/+34
* citra-qt: Add a vertex shader debugger.Tony Wasserka2015-02-114-0/+357
* Pica/DebugUtils: Factor out BreakPointObserverDock into its own file.Tony Wasserka2015-02-115-50/+68
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-114-6/+5
* Merge pull request #526 from purpasmart96/citra_stubsbunnei2015-02-111-0/+8
|\
| * Services: Stub some functionspurpasmart962015-02-081-0/+8
* | citra-qt: Fix horrible scrolling responsiveness in disassembler by giving the uniformRowHeight hint.Tony Wasserka2015-02-031-57/+60
* | citra-qt: Fix a crash when double-clicking a disassembler list item.Tony Wasserka2015-02-032-12/+6
* | Merge pull request #514 from rohit-n/fix-warningsbunnei2015-02-012-3/+3
|\ \
| * | Silence a few warnings.Rohit Nirmal2015-01-302-3/+3
| |/
* / arm: Adios armemuLioncash2015-02-011-2/+0
|/
* Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift2015-01-211-18/+18
* Merge pull request #429 from Kingcom/titlebarTony Wasserka2015-01-203-34/+86
|\
| * citra-qt: Add option to hide dock widget title barsKingcom2015-01-203-34/+86
* | Merge pull request #473 from archshift/pp3portsbunnei2015-01-141-0/+2
|\ \
| * | Pica/Rasterizer: Add ETC1 texture decompression support.Tony Wasserka2015-01-131-0/+2
* | | Qt Callstack: Clear the callstack every time it's updatedarchshift2015-01-122-0/+14
|/ /
* | Merge pull request #437 from Kingcom/DebugModeTony Wasserka2015-01-119-15/+60
|\ \
| * | citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeftKingcom2015-01-119-15/+60
| |/
* | citra-qt: Add explicit casts to prevent some warnings.Subv2015-01-101-2/+2
* | citra-qt: Fixed some Qt errors on initializationSubv2015-01-102-4/+4
* | Merge pull request #342 from uppfinnarn/masterbunnei2015-01-101-12/+1
|\ \
| * | Use -pthread where and only where neededJohannes Ekberg2015-01-091-4/+0
| * | Generic PLATFORM_LIBRARIES varJohannes Ekberg2015-01-091-8/+1
* | | Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner2015-01-091-0/+1
|/ /
* / citra-qt: Add check for valid address to call stackKingcom2015-01-071-0/+3
|/
* citra-qt: Renamed all .hxx headers to .hchrisvj2015-01-0630-45/+45
* Merge pull request #272 from rohit-n/sign-comparebunnei2015-01-063-12/+12
|\
| * Silence some -Wsign-compare warnings.Rohit Nirmal2015-01-013-12/+12
* | Add support load 3DS roomDante384902015-01-051-1/+1
* | citra-qt: Added license headers to files.chrisvj2015-01-0418-0/+72
* | Frontends: Shutdown core when emulation is stoppedYuri Kunde Schlesner2015-01-041-0/+3
* | Merge pull request #377 from Yllodra/misc-changesTony Wasserka2015-01-026-19/+19
|\ \
| * | Make letter cases consistent in menus and widgetsDaniel Lundqvist2015-01-016-10/+10
| * | Change popout mode to "Single Window Mode"Daniel Lundqvist2015-01-012-9/+9
* | | Merge pull request #358 from neobrain/pica_progress2bunnei2015-01-021-5/+7
|\ \ \ | |_|/ |/| |
| * | Pica: Cleanup color conversion.Tony Wasserka2014-12-311-8/+5
| * | citra-qt: Fix displaying RGBA5551 framebuffers.Tony Wasserka2014-12-311-0/+4
| * | citra-qt: Always show pica framebuffers as RGBA8.Tony Wasserka2014-12-311-1/+2
* | | Set object name for the graphics debuggerDaniel Lundqvist2015-01-011-1/+1
| |/ |/|
* | SOC_U: Preliminary implementation of sockets.Subv2014-12-311-1/+1
|/
* Add citra icon to Windows executable and title barChin2014-12-312-0/+1
* Merge pull request #344 from Yllodra/Qt-Odditiesbunnei2014-12-301-0/+3
|\
| * Remove duplicate workDaniel Lundqvist2014-12-261-7/+0
| * Allow focus only when in popout modeDaniel Lundqvist2014-12-262-4/+10
| * Allow focus on the Qt render widgetDaniel Lundqvist2014-12-262-0/+4
* | Merge pull request #347 from bunnei/frameskipbunnei2014-12-291-1/+3
|\ \
| * | GPU: Implement frameskip and remove forced framebuffer swap hack.bunnei2014-12-291-0/+2
| * | GPU: Change internal framerate to 30fps.bunnei2014-12-271-1/+1
| |/
* | Qt: we don't need to check if model is valid.xdec2014-12-281-1/+1
* | Fix crash when the disassembler pause button is pressed while no game is running.xdec2014-12-281-1/+3
|/
* Merge pull request #275 from yuriks/cmake-cleanbunnei2014-12-221-0/+4
|\
| * Clean up CMake library specificationYuri Kunde Schlesner2014-12-151-0/+4
* | Merge pull request #291 from purpasmart96/licensebunnei2014-12-2113-13/+13
|\ \
| * | License changepurpasmart962014-12-2113-13/+13
* | | Pica/DebugUtils: Add an event triggered after loading a vertex.Tony Wasserka2014-12-201-0/+1
* | | Add support for a ridiculous number of texture formats.Tony Wasserka2014-12-201-1/+8
* | | Pica: Unify ugly address translation hacks.Tony Wasserka2014-12-202-8/+8
* | | Pica: Merge texture lookup logic for DebugUtils and Rasterizer.Tony Wasserka2014-12-201-1/+1
* | | citra-qt: Fix invalid memory read upon program startup.Tony Wasserka2014-12-201-1/+2
* | | Pica: Initial support for multitexturing.Tony Wasserka2014-12-201-7/+32
* | | citra-qt: static-constify a map.Tony Wasserka2014-12-201-6/+7
* | | Clean up some warningsChin2014-12-203-9/+9
|/ /
* / HLE: Rename namespaces to match move & fix initialization orderYuri Kunde Schlesner2014-12-161-6/+0
|/
* Remove old logging systemYuri Kunde Schlesner2014-12-131-1/+0
* Add configurable per-class log filteringYuri Kunde Schlesner2014-12-132-7/+9
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-134-9/+9
* New logging systemYuri Kunde Schlesner2014-12-131-3/+15
* More cleanups.Tony Wasserka2014-12-092-6/+13
* citra-qt: Rename "Stop Tracing" to "Finish Tracing".Tony Wasserka2014-12-091-1/+1
* More coding style fixes.Tony Wasserka2014-12-092-2/+2
* Some code cleanup.Tony Wasserka2014-12-096-64/+63
* citra-qt: Add pica framebuffer widget.Tony Wasserka2014-12-094-0/+382
* citra_qt: Add enhanced texture debugging widgets.Tony Wasserka2014-12-092-18/+179
* citra-qt: Add texture viewer to Pica command list.Tony Wasserka2014-12-092-1/+71
* Add GUI widget for controlling pica breakpoints.Tony Wasserka2014-12-094-0/+339
* Pica/DebugUtils: Add breakpoint functionality.Tony Wasserka2014-12-092-2/+15
* citra-qt: Polish the pica tracing widget.Tony Wasserka2014-12-092-1/+26
* citra-qt: Add a utility spinbox class called CSpinBox.Tony Wasserka2014-12-093-0/+393
* Loader: Add 3DSX supportichfly2014-12-081-1/+1
* Change NULLs to nullptrs.Rohit Nirmal2014-12-033-7/+7
* Merge pull request #196 from archshift/settingsbunnei2014-12-012-44/+19
|\
| * Merge Config::ReadXYZsarchshift2014-11-192-44/+19
* | Remove tabs in all files except in skyeye imports and in generated GL codeEmmanuel Gil Peyrot2014-11-194-21/+21
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-194-7/+7
* | citra-qt: Small cleanup.Tony Wasserka2014-11-181-2/+1
* | EmuWindow: Remove window title getters/setters.Tony Wasserka2014-11-182-9/+5
* | EmuWindow: Add support for specifying minimal client area sizes.Tony Wasserka2014-11-182-0/+9
* | Fixup EmuWindow interface and implementations thereof.Tony Wasserka2014-11-182-25/+47
* | Viewport scaling and display density independenceKevin Hartman2014-11-182-0/+25
|/
* Merge pull request #159 from SeannyM/enable_logTony Wasserka2014-11-153-0/+22
|\
| * Add support for disabling log from settingsSean2014-11-033-0/+22
* | Citra-Qt: Use Core::RunLoop when not single stepping.bunnei2014-11-121-12/+9
* | Qt: Auto-start game when selected, play game that's passed via argv[1].archshift2014-11-051-2/+7
* | Fixed capitalization issuesGareth Poole2014-11-021-2/+2
* | Merge pull request #151 from archshift/dyncom-enabledbunnei2014-10-282-1/+19
|\ \
| * | Added `gpu_refresh_rate` config setting for the new interpreter speed hack.archshift2014-10-281-0/+2
| * | Use configuration files to enable or disable the new dyncom interpreter.archshift2014-10-282-1/+17
| |/
* / Add `override` keyword through the code.Yuri Kunde Schlesner2014-10-264-12/+12
|/
* ARM: Reorganized file structure to move shared SkyEye code to a more common area.bunnei2014-10-251-1/+1
* Use config files to store whether SDMC is enabled or notarchshift2014-10-232-0/+17
* OpenGL renderer: Request a forward compatible context in citra-qtYuri Kunde Schlesner2014-10-121-3/+3
* Added configuration file system.archshift2014-10-086-31/+135
* Merge pull request #97 from archshift/cleanupbunnei2014-09-141-3/+2
|\
| * bootmanager::EmuThread: fixed initialization orderarchshift2014-09-071-3/+2
* | Added support for multiple input device types for KeyMap and connected Qt.Kevin Hartman2014-09-122-18/+33
* | core: Make the ARM disassembler use std::string internallyLioncash2014-09-062-6/+4
|/
* Remove hand-crafted Visual Studio solution.Yuri Kunde Schlesner2014-09-015-1105/+0
* CMake cleanupYuri Kunde Schlesner2014-09-011-16/+23
* Replace GLEW with a glLoadGen loader.Yuri Kunde Schlesner2014-09-011-1/+1
* Loader: Added support for loading raw BIN executables.bunnei2014-08-281-1/+1
* Pica: Add support for dumping textures.Tony Wasserka2014-08-251-1/+1
* Pica/citra-qt: Replace command list view and command list debugging code with something more sophisticated.Tony Wasserka2014-08-253-126/+64
* Pass format to the QGLWidget and use atomic instead of mutex.Sacha2014-08-242-13/+5
* Fix EmuThread loop by ensuring it exits properly.Sacha2014-08-242-9/+29
* Fix the threading for GL Context in Qt5.Sacha2014-08-243-9/+21
* Revert "Removed redundant loop in EmuThread::run()"archshift2014-08-201-7/+10
* Add Qt5 option. Use Qt5 by default.Sacha2014-08-191-13/+19
* CMake CleanupSacha2014-08-181-23/+9
* Removed redundant loop in EmuThread::run()archshift2014-08-171-10/+7
* Bootmanager: changed `filename` to std::stringarchshift2014-08-154-9/+10
* Merge pull request #41 from archshift/itrbunnei2014-08-121-15/+15
|\
| * Changed iterators to use auto, some of which using range-based loopsarchshift2014-08-121-15/+15
* | Pica: Add command processor.Tony Wasserka2014-08-121-1/+1
* | Remove the fancy RegisterSet class introduced in 4c2bff61e.Tony Wasserka2014-08-121-1/+1
|/
* GSP: Removed dumb GX prefixes to functions/structs in GSP namespace.bunnei2014-08-061-8/+8
* Qt: Removed unnecessary HW::Update.bunnei2014-08-061-1/+0
* Merge pull request #27 from neobrain/disassembly_view_rewritebunnei2014-07-232-60/+204
|\
| * citra-qt: Show function names in disassembler based on bunnei's suggestion.Tony Wasserka2014-07-231-5/+21
| * Disassembler: Chose slightly lower value for chunk size.Tony Wasserka2014-07-231-1/+3
| * citra-qt: Rewrite disassembly view.Tony Wasserka2014-07-022-60/+186
* | GSP: Clean up GX command processing a lot and treat command id as a u8 rather than a u32.Tony Wasserka2014-07-231-16/+18
* | Qt: Updated open dialog to include NCCH formats.bunnei2014-07-051-1/+1
|/
* Merge pull request #22 from bunnei/loader-improvementsbunnei2014-06-252-7/+5
|\
| * Loader: Implemented AppLoader interface for abstracting application loading.bunnei2014-06-251-5/+2
| * Loader: Moved elf and loader modules to a "loader" subdirectory.bunnei2014-06-172-2/+3
* | citra_qt: Removed autogenerated files from repo and fixed build issues.bunnei2014-06-2211-710/+5
|/
* Merge branch 'threading' of https://github.com/bunnei/citrabunnei2014-06-141-1/+1
|\
| * qt: updated disassembler to show 2X as many instructionsbunnei2014-06-051-1/+1
* | Further refine GPU command list debugging.Tony Wasserka2014-06-121-4/+10
* | Refine command list debugging functionality and its qt interface.Tony Wasserka2014-06-122-19/+107
* | citra-qt: Add command list view.Tony Wasserka2014-06-127-0/+127
* | citra-qt: Add GX command history viewer.Tony Wasserka2014-06-127-7/+151
* | Merge branch 'threading'bunnei2014-05-231-1/+1
|\|
| * Merge branch 'master' into threadingbunnei2014-05-171-0/+3
| |\
| * | added ability to load AXF files (same as ELF)bunnei2014-05-161-1/+1
* | | Merge pull request #2 from archshift/issue-7-fixbunnei2014-05-202-17/+42
|\ \ \ | |_|/ |/| |
| * | Improved clarity and whitespacearchshift2014-05-201-1/+1
| * | CMakeLists: rename HEADS, improved commentsarchshift2014-05-201-2/+2
| * | Merge remote-tracking branch 'upstream/master' into issue-7-fixarchshift2014-05-174-11/+31
| |\|
| * | Fixed indentsarchshift2014-05-012-20/+20
| * | Linux supportarchshift2014-05-011-1/+1
| * | Sets OGL version for Qt; will only work with Qt5archshift2014-05-011-6/+10
| * | A bit of Cmake lovearchshift2014-05-011-2/+2
| * | IT'S ALIVE!archshift2014-04-291-2/+23
* | | updated how we call ARM core to make things much fasterbunnei2014-05-171-0/+3
| |/ |/|
* | added symbol map load function to Qt GUIbunnei2014-05-014-11/+31
|/
* made qt window title consistentbunnei2014-04-241-0/+4
* fixes to build on linuxbunnei2014-04-231-12/+12
* updated CMakeLists for missing filesShizZy2014-04-231-6/+6
* Re-enable toggling window mode.Mathieu Vaillancourt2014-04-224-48/+55
* fixed order of LogManager and System initbunnei2014-04-221-1/+1
* Remove unused QTableViewMathieu Vaillancourt2014-04-193-37/+2
* UI/debugger changesMathieu Vaillancourt2014-04-1919-233/+285
* Init window size from VideoCore. Start changing the default window behavior...Mathieu Vaillancourt2014-04-135-29/+17
* Show symbols in disasmMathieu Vaillancourt2014-04-131-1/+9
* Fixed GPLv2 license issuebunnei2014-04-111-2/+7
* Fixed GPLv2 license issuebunnei2014-04-111-2/+7
* Fixed GPLv2 license issuebunnei2014-04-111-2/+7
* Temporarily "fix" citra_qt for WindowsMathieu Vaillancourt2014-04-1117-577/+90
* fixed project includes to use new directory structurebunnei2014-04-092-76/+108
* got rid of 'src' folders in each sub-projectbunnei2014-04-0934-0/+0
* Remove Core::GetState(). Use new ARM_Interface instead.Mathieu Vaillancourt2014-04-053-27/+25
* More Qt changes for debuggerMathieu Vaillancourt2014-04-049-187/+190
* Load file in qt windowMathieu Vaillancourt2014-04-011-12/+12
* Basic QT windowMathieu Vaillancourt2014-04-0140-0/+4463