summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Services/UDS: Remove an old duplicated declaration of WifiPacket.Gravatar Subv2017-08-272-22/+0
| | * | | | | | | Services/UDS: Handle the connection sequence packets.Gravatar Subv2017-08-271-17/+83
| | * | | | | | | Services/UDS: Store the received beacon frames until RecvBeaconBroadcastData ...Gravatar Subv2017-08-271-3/+62
| | * | | | | | | Services/UDS: Add functions to generate 802.11 auth and assoc response frames.Gravatar Subv2017-08-275-11/+144
| * | | | | | | | Remove _flag in var namesGravatar mailwl2017-09-041-6/+6
| * | | | | | | | Mii Selector Applet: update Mii structuresGravatar mailwl2017-09-042-34/+29
| * | | | | | | | Fix icon for citra qtGravatar James Rowe2017-09-031-1/+3
| * | | | | | | | Add manifestGravatar DaMan2017-09-022-0/+16
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge pull request #2909 from wwylele/telemetry-gasGravatar bunnei2017-08-311-0/+6
| |\ \ \ \ \ \ \
| | * | | | | | | video_core: report telemetry for gas modeGravatar wwylele2017-08-311-0/+6
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge pull request #2858 from MerryMage/interp-on-a-frame-basisGravatar bunnei2017-08-303-88/+74
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | interpolate: Interpolate on a frame-by-frame basisGravatar MerryMage2017-08-283-88/+74
| * | | | | | | Merge pull request #2891 from wwylele/sw-bumpGravatar bunnei2017-08-304-10/+40
| |\ \ \ \ \ \ \
| | * | | | | | | gl_rasterizer/lighting: more accurate CP formulaGravatar wwylele2017-08-221-2/+2
| | * | | | | | | SwRasterizer/Lighting: implement LUT input CPGravatar wwylele2017-08-221-0/+11
| | * | | | | | | SwRasterizer/Lighting: implement bump mappingGravatar wwylele2017-08-223-8/+27
| * | | | | | | | Merge pull request #2899 from wwylele/touch-refactorGravatar bunnei2017-08-298-43/+87
| |\ \ \ \ \ \ \ \
| | * | | | | | | | EmuWindow: refactor touch input into a TouchDeviceGravatar wwylele2017-08-245-39/+72
| | * | | | | | | | HID: use TouchDevice for touch padGravatar wwylele2017-08-243-4/+15
| | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | Merge pull request #2905 from danzel/fix-2902Gravatar Sebastian Valle2017-08-294-5/+5
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | Use recursive_mutex instead of mutex to fix #2902Gravatar danzel2017-08-294-5/+5
| | |/ / / / / /
| * | | | | | | Merge pull request #2892 from Subv/warnings2Gravatar Weiyi Wang2017-08-283-6/+10
| |\ \ \ \ \ \ \
| | * | | | | | | Warnings: Fixed a few missing-return warnings in video_core.Gravatar Subv2017-08-263-6/+10
| | | |/ / / / / | | |/| | | | |
| * | | | | | | web_backend: Fix CPR bug where Winsock is not properly initializing.Gravatar bunnei2017-08-261-15/+27
| * | | | | | | web_backend: Fix asynchronous JSON post by spawning new thread.Gravatar bunnei2017-08-251-9/+18
| * | | | | | | web_services: Refactor to remove dependency on Core.Gravatar bunnei2017-08-255-20/+35
| * | | | | | | qt: Add an option to view/regenerate telemetry ID.Gravatar bunnei2017-08-254-7/+40
| * | | | | | | default_ini: Use correct telemetry endpoint URL.Gravatar bunnei2017-08-251-1/+1
| * | | | | | | # This is a combination of 2 commits.Gravatar bunnei2017-08-251-3/+30
| * | | | | | | qt: Add web configuration tab.Gravatar bunnei2017-08-256-2/+217
| * | | | | | | web_backend: User config for username and token, support anonymous post.Gravatar bunnei2017-08-252-40/+17
| * | | | | | | telemetry: Log frontend type.Gravatar bunnei2017-08-252-0/+4
| * | | | | | | settings: Add enable_telemetry, citra_username, and citra_token.Gravatar bunnei2017-08-254-0/+20
| * | | | | | | telemetry_session: Log telemetry ID.Gravatar bunnei2017-08-251-0/+36
| * | | | | | | citra_qt: Show one-time callout messages to user.Gravatar bunnei2017-08-254-0/+50
| * | | | | | | SidebySide Layout (#2859)Gravatar ThaMighty902017-08-256-7/+61
| | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #2839 from Subv/global_kernel_lockGravatar James Rowe2017-08-236-4/+46
| |\ \ \ \ \ \
| | * | | | | | Kernel/Memory: Acquire the global HLE lock when a memory read/write operation...Gravatar Subv2017-08-221-1/+8
| | * | | | | | Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state betwee...Gravatar Subv2017-08-225-3/+38
| * | | | | | | Merge pull request #2893 from Subv/not_schedule_main_threadGravatar bunnei2017-08-221-5/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Kernel/Threads: Don't immediately switch to the new main thread when loading ...Gravatar Subv2017-08-211-5/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge pull request #2888 from Subv/warningsGravatar James Rowe2017-08-2211-17/+22
| |\ \ \ \ \ \ \
| | * | | | | | | GPU/Warnings: Explicitly cast the screen refresh ticks to u64.Gravatar Subv2017-08-211-1/+1
| | * | | | | | | Warnings: Add UNREACHABLE macros to switches that contemplate all possible va...Gravatar Subv2017-08-213-2/+7
| | * | | | | | | HLE/Applets: Fixed some conversion warnings when creating the framebuffer sha...Gravatar Subv2017-08-214-8/+8
| | * | | | | | | CPU/Dynarmic: Fixed a warning when incrementing the number of ticks in Execut...Gravatar Subv2017-08-211-1/+1
| | * | | | | | | Dyncom: Use size_t instead of int to store the instruction offsets in the ins...Gravatar Subv2017-08-212-4/+4
| | * | | | | | | Dyncom: Fixed a conversion warning when decoding thumb instructions.Gravatar Subv2017-08-211-1/+1
| | |/ / / / / /
| * | | | | | | motion_emu: fix initialization orderGravatar wwylele2017-08-221-1/+4
| * | | | | | | swrasterizer: remove invalid TODOGravatar wwylele2017-08-211-4/+2