| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Massive removal of unused modules | 2018-01-12 | 68 | -10017/+0 | |
| | | |||||
| * | config: Default CPU core to Unicorn. | 2018-01-12 | 1 | -1/+1 | |
| | | |||||
| * | configuration: Add cpu_core configuration option | 2018-01-12 | 3 | -8/+17 | |
| | | |||||
| * | arm_dynarmic: Implement core | 2018-01-12 | 1 | -1/+1 | |
| | | |||||
| * | frontend: Update for undocked Switch screen layout. | 2018-01-10 | 1 | -2/+2 | |
| | | |||||
| * | Threads: Added enum values for the Switch's 4 cpu cores and implemented ↵ | 2018-01-10 | 1 | -6/+3 | |
| | | | | | svcGetInfo(AllowedCpuIdBitmask) | ||||
| * | kernel: Rename Semaphore to ConditionVariable. | 2018-01-08 | 2 | -10/+11 | |
| | | |||||
| * | Kernel: Actually wake up the requested number of threads in Semaphore::Release. | 2018-01-08 | 1 | -3/+2 | |
| | | | | | | | Also properly keep track of data in guest memory, this fixes managing the semaphore from userland. It was found that Semaphores are actually Condition Variables, with Release(1) and Release(-1) being equivalent to notify_one and notify_all. We should change the name of the class to reflect this. | ||||
| * | Kernel: Properly keep track of mutex lock data in the guest memory. This ↵ | 2018-01-08 | 1 | -4/+3 | |
| | | | | | fixes userland locking/unlocking. | ||||
| * | citra_qt: Remove VFP registers, since this isn't used anyways and caused an ↵ | 2018-01-04 | 1 | -4/+0 | |
| | | | | | assert. | ||||
| * | externals: Use unicorn DLL instead of static lib. | 2018-01-04 | 1 | -0/+2 | |
| | | |||||
| * | arm: Remove SkyEye/Dyncom code that is ARMv6-only. | 2018-01-02 | 1 | -45/+1 | |
| | | |||||
| * | core: Refactor MakeMagic usage and remove dead code. | 2017-10-15 | 1 | -42/+0 | |
| | | |||||
| * | Remove more 3DS-specific code. | 2017-10-12 | 1 | -1/+1 | |
| | | |||||
| * | Remove lots more 3DS-specific code. | 2017-10-12 | 2 | -106/+2 | |
| | | |||||
| * | hle: Remove a large amount of 3ds-specific service code. | 2017-10-10 | 1 | -32/+0 | |
| | | |||||
| * | Fixed type conversion ambiguity | 2017-09-30 | 2 | -3/+4 | |
| | | |||||
| * | citra-qt: fix some untranslated strings | 2017-09-24 | 3 | -21/+22 | |
| | | |||||
| * | WebService: Verify username and token (#2930) | 2017-09-18 | 5 | -26/+130 | |
| | | | | | | | | | | | * 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 | ||||
| * | Fix icon for citra qt | 2017-09-03 | 1 | -1/+3 | |
| | | |||||
| * | Add manifest | 2017-09-02 | 1 | -0/+8 | |
| | | |||||
| * | Merge pull request #2899 from wwylele/touch-refactor | 2017-08-29 | 1 | -0/+3 | |
| |\ | | | | | Refactor touch input into a TouchDevice | ||||
| | * | EmuWindow: refactor touch input into a TouchDevice | 2017-08-24 | 1 | -0/+3 | |
| | | | |||||
| * | | qt: Add an option to view/regenerate telemetry ID. | 2017-08-25 | 2 | -4/+12 | |
| | | | |||||
| * | | # This is a combination of 2 commits. | 2017-08-25 | 1 | -3/+30 | |
| | | | | | | | | | | | | | | | | | | | | | # This is the 1st commit message: qt: Add web configuration tab. # The commit message #2 will be skipped: # fixup! qt: Add web configuration tab. | ||||
| * | | qt: Add web configuration tab. | 2017-08-25 | 6 | -2/+217 | |
| | | | |||||
| * | | telemetry: Log frontend type. | 2017-08-25 | 1 | -0/+2 | |
| | | | |||||
| * | | settings: Add enable_telemetry, citra_username, and citra_token. | 2017-08-25 | 1 | -0/+6 | |
| | | | |||||
| * | | citra_qt: Show one-time callout messages to user. | 2017-08-25 | 4 | -0/+50 | |
| | | | |||||
| * | | SidebySide Layout (#2859) | 2017-08-25 | 1 | -3/+8 | |
| |/ | | | | | | | | | | | | | | | | | | | | | | * added a SidebySide Layout * Reworked, so both screen have the same height and cleaned up screen translates. * added the option in the UI, hope this is the right way to do it. formated framebuffer_layout.cpp * delete the x64 files * deleted ui_configure_graphics.h * added Option for the Layout in the xml * got rid of SIDE_BY_SIDE_ASPECT_RATIO because it was useless. pulled translate into variables * changed shift variables to u32 and moved them in their respective branch. remove notr="true" for the Screen layout drop down * reworked intends :). changed function description for SideFrameLayout * some description reworking | ||||
| * | move MotionEmu from core/frontend to input_common as a InputDevice | 2017-08-11 | 3 | -10/+10 | |
| | | |||||
| * | Quickfix typo in OpenGL 3.3 error message | 2017-08-04 | 1 | -1/+1 | |
| | | | | User pointed out on the Discord server that "nothave" is erroneously concatenated. Added a space to prevent it. | ||||
| * | debugger/shader: display LOOP | 2017-07-20 | 1 | -1/+3 | |
| | | |||||
| * | debugger/shader: print the invert flag for JMPU | 2017-07-20 | 1 | -0/+4 | |
| | | |||||
| * | debugger/shader: fix address register for reverted arithmetic op | 2017-07-20 | 1 | -20/+9 | |
| | | |||||
| * | debugger/shader: fix inverted uniform flow control | 2017-07-20 | 1 | -2/+2 | |
| | | |||||
| * | Merge pull request #2804 from Kloen/theming | 2017-07-17 | 7 | -2/+73 | |
| |\ | | | | | citra-qt: UI Themes | ||||
| | * | citra-qt: Add option to configure the UI theme | 2017-06-24 | 2 | -0/+37 | |
| | | | |||||
| | * | citra-qt: load ui theme at startup and config change. | 2017-06-24 | 2 | -0/+22 | |
| | | | |||||
| | * | citra-qt: Add Dark theme from https://github.com/ColinDuquesnoy/QDarkStyleSheet | 2017-06-24 | 1 | -2/+5 | |
| | | | |||||
| | * | citra-qt: add new uisetting->theme | 2017-06-24 | 2 | -0/+9 | |
| | | | |||||
| * | | settings: Add telemetry endpoint URL. | 2017-07-10 | 1 | -0/+12 | |
| | | | |||||
| * | | Implement basic virtual Room support based on enet (#2803) | 2017-07-07 | 2 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added support for network with ENet lib, connecting is possible, but data can't be sent, yet. * fixup! Added support for network with ENet lib, * fixup! CLang * fixup! Added support for network with ENet lib, * fixup! Added support for network with ENet lib, * fixup! Clang format * More fixups! * Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Clang again * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes * fixup! Moved ENetHost* and ENetPeer* into pimpl classes | ||||
| * | | configure_debug: Add label warning that CPU JIT needs to be disabled for ↵ | 2017-06-28 | 1 | -0/+7 | |
| |/ | | | | gdbstub to work | ||||
| * | Changing default values for bg_red, bg_green, and bg_blue from 1.0 to 0.0. | 2017-06-21 | 1 | -3/+3 | |
| | | |||||
| * | Session: Remove/add some forward declarations | 2017-06-08 | 1 | -1/+0 | |
| | | |||||
| * | Service: Remove unnecessary includes from service.h | 2017-06-06 | 1 | -0/+1 | |
| | | | | | | This has a huge fallout in terms of needing to fix other files because all service implementations included that file. | ||||
| * | Remove unused imports in game_list_p.h | 2017-06-03 | 1 | -2/+0 | |
| | | |||||
| * | Addressed Bunnei's review comments, and made some other tweaks: | 2017-06-02 | 1 | -5/+10 | |
| | | | | | | - Deleted GetStatus() because it wasn't used anywhere outside of Core::System. - Fixed design flaw where the message bar status could be set despite the game being stopped. | ||||
| * | Fixed wiki URLs. | 2017-06-02 | 1 | -6/+8 | |
| | | |||||