Commit graph

  • 93742ec510
    Merge pull request #3088 from Subv/clientsession_closing nightly-412 Sebastian Valle 2017-11-15 09:15:34 -0500
  • 689fe57430 Services/AM: Fix content writing on Windows (#3114) nightly-411 Max Thomas 2017-11-15 01:26:16 -0800
  • fae52d3056
    Merge pull request #3109 from acnleditor2/fix-ini nightly-410 James Rowe 2017-11-13 21:08:20 -0700
  • 2cf7cda1c4
    fix framelimit in default ini Valentin Vanelslande 2017-11-13 22:03:24 -0600
  • 35a61ab053 HLE/Tests: Added tests for the StaticBuffer IPC HLE translation. Subv 2017-11-06 20:32:07 -0500
  • c9c1ba0952 Kernel/IPC: Implement StaticBuffer translation for HLE services that use the HLERequestContext architecture. Subv 2017-11-05 12:50:22 -0500
  • 7ef905ea0f
    Updating API endpoint for webhook notifications. (#3103) nightly-409 Flame Sage 2017-11-09 21:07:43 -0500
  • 52bf1bcc83 Fixed spelling error. nightly-splash Flame Sage 2017-11-09 15:04:44 -0500
  • f889d6cbfe Added notifications:webhooks:url to TravisCI build (#3099) nightly-408 Flame Sage 2017-11-09 11:02:30 -0500
  • c68adb787b Kernel/Arbiters: When doing ArbitrateAddress(Signal), always pick the highest priority thread, using the first one that was put to sleep if more than one thread with the same highest priority exists. Subv 2017-11-08 18:07:22 -0500
  • 908dbf4230
    Merge pull request #3084 from Subv/thread_default_cpu nightly-407 nightly-406 nightly-405 Sebastian Valle 2017-11-08 14:38:50 -0500
  • 67df3c2c38
    Merge pull request #3092 from BreadFish64/patch-1 nightly-404 Sebastian Valle 2017-11-08 14:38:20 -0500
  • ddee442ff8
    Merge pull request #3093 from Subv/missing_includes nightly-403 James Rowe 2017-11-07 20:09:19 -0700
  • 5e9d76337d Build: Added missing <array> includes to title_metadata.h and cia_container.h Subv 2017-11-07 22:06:34 -0500
  • d683d34aa4 Filesys: Added some missing headers to the CMakeLists.txt after the recent stream of PRs. Subv 2017-11-07 22:04:51 -0500
  • e2cac1d7db
    Get Rid of Redundant ! BreadFish64 2017-11-07 19:31:55 -0600
  • 7d12aaaa20
    Merge pull request #3087 from shinyquagsire23/am-more-errors nightly-402 Sebastian Valle 2017-11-07 09:09:48 -0500
  • c07f1b275c Services/AM: Rename and readjust GetNumContentInfos for accuracy shinyquagsire23 2017-11-06 17:49:39 -0700
  • d854d4119a Services/AM: Rename and adjust ListContentInfos for accuracy shinyquagsire23 2017-11-06 12:04:12 -0700
  • c6e43ae79d Services/AM: Rename and adjust FindContentInfos for accuracy shinyquagsire23 2017-11-06 11:50:53 -0700
  • ac2ee3035a file_sys/cia_container: Fix warnings shinyquagsire23 2017-11-06 11:47:51 -0700
  • 69cc04a06d Services/AM: Fix warnings shinyquagsire23 2017-11-06 11:47:33 -0700
  • 06a2e0b591 Kernel/Sessions: Wake up any threads waiting on a ServerSession when its client is closed Subv 2017-11-06 23:07:08 -0500
  • d1de6b8864 HLE/APT: Try to launch a native applet in PrepareToStartLibraryApplet and PreloadLibraryApplet before falling back to HLE applets. Subv 2017-11-06 16:16:07 -0500
  • ecb1c6d2a1 HLE/APT: Added a function to retrieve the titleid of an applet based on the current system region. Subv 2017-11-06 16:14:06 -0500
  • 191565a1b8 HLE/NS: Added a function to launch titles installed to the virtual NAND/SD card. Subv 2017-11-06 15:12:15 -0500
  • ccd0710e5b Logging: Add a Service_NS log class for the NS service. Subv 2017-11-06 14:51:57 -0500
  • c6b2cc2e27
    Merge pull request #3082 from Subv/main_thread_processor nightly-401 Sebastian Valle 2017-11-06 14:00:24 -0500
  • a288c2e737 Kernel/Thread: Use the process' ideal CPU when specifying the Default CPU on CreateThread. Subv 2017-11-06 13:47:48 -0500
  • 2d9e295e07 Kernel/IPC: Handle the StaticBuffer descriptor in LLE command requests. Subv 2017-11-06 13:30:31 -0500
  • 6e12b11353
    Merge pull request #3078 from Subv/ac_sessions nightly-400 bunnei 2017-11-06 13:21:29 -0500
  • 980df62397 Kernel/Thread: Run the main thread in the CPU specified by the process' exheader. Subv 2017-11-06 13:14:12 -0500
  • d55a13c35d
    Merge pull request #2981 from Subv/replyreceive nightly-399 Sebastian Valle 2017-11-06 13:02:30 -0500
  • bd5fe0c48f
    Merge pull request #3081 from wwylele/fix-about nightly-398 James Rowe 2017-11-06 10:42:04 -0700
  • 3b960fe651 citra-qt: fix broken About box wwylele 2017-11-06 18:01:04 +0200
  • 23deae4785 Debugging: Implement GetName for Kernel::ServerSession. Subv 2017-10-01 22:17:50 -0500
  • 5f92dc963c Kernel/SVC: Implement LLE command buffer translation in ReplyAndReceive. Subv 2017-10-01 22:12:42 -0500
  • 8f108367c9 Kernel/IPC: Put a thread to sleep when performing an LLE IPC request. Subv 2017-10-01 22:09:00 -0500
  • 33c5982f6d Kernel/Threads: Added a new thread status to identify threads waiting for an IPC reply from svcSendSyncRequest. Subv 2017-10-01 22:06:46 -0500
  • 8e2d9f48f5 Kernel/IPC: Remove dead buffer translation code. Subv 2017-10-01 21:59:38 -0500
  • 7cf7999e02 Kernel/IPC: Added a function to translate the IPC command buffer from one process to another. Subv 2017-10-01 21:56:43 -0500
  • 1300c96995
    Merge pull request #3080 from citra-emu/Subv-ReleaseMutex-Return nightly-397 Weiyi Wang 2017-11-06 14:06:53 +0200
  • 4fdc877626 remove trailing spaces wwylele 2017-11-06 13:57:06 +0200
  • ff17773c28
    Kernel/Mutex: Add a missing return in Mutex::Release Sebastian Valle 2017-11-05 21:31:22 -0500
  • 8ba2de1580
    Merge pull request #3029 from shinyquagsire23/am-title-install nightly-396 nightly-395 nightly-394 Sebastian Valle 2017-11-05 21:23:55 -0500
  • e00a45c500 Services/AM: Add CIA title installation support. shinyquagsire23 2017-10-21 17:28:13 -0600
  • 7ea04bb55c Services/AM: Fix log commands shinyquagsire23 2017-10-21 17:24:07 -0600
  • 714206e4ce Service/FS: Mark FileBackend's Write as non-const shinyquagsire23 2017-10-25 17:55:11 -0600
  • ca2b6c6c8e file_sys/errors: Add ERROR_INSUFFICIENT_SPACE shinyquagsire23 2017-10-23 15:19:07 -0600
  • ce806dcdf6 file_sys/title_metadata: Allow loading from both files, FileBackends, and data shinyquagsire23 2017-10-21 16:52:48 -0600
  • b3e87d01fb file_sys: Add CIA Container shinyquagsire23 2017-10-21 16:38:48 -0600
  • d4077b0196 Services/AC: Corrected the number of concurrent connections for AC_I and AC_U Subv 2017-11-05 14:28:06 -0500
  • 4fc0448093
    Merge pull request #3064 from wwylele/printf-warnings nightly-393 Weiyi Wang 2017-11-05 10:32:46 +0200
  • b579bf0cc2 Fixed up method docs for updater nightly-392 James 2017-10-31 15:41:18 +1100
  • 53a88a0e13 Fix edge case for checking for updates when already deferred James 2017-10-14 22:10:05 +1100
  • 7361ee9750 Defer update prompt if emulating, and show no update found on explicit click James 2017-10-14 18:35:45 +1100
  • 2e6c80d1aa Qt updater integration, based on QtAutoUpdater James Rowe 2017-08-18 23:05:49 -0600
  • ee5aecee3f Implement About Button Functionality (#3005) nightly-391 BreadFish64 2017-11-04 12:59:27 -0500
  • 9a52d72362
    Merge pull request #3042 from Subv/releasemutex nightly-390 Sebastian Valle 2017-11-04 12:57:44 -0500
  • 302bd12b72
    Merge pull request #3066 from MerryMage/update-dynarmic nightly-389 bunnei 2017-11-04 13:56:07 -0400
  • 5885ca4503
    Merge pull request #3067 from Hexagon12/wsacleanup-soc-fix nightly-388 bunnei 2017-11-04 13:39:09 -0400
  • c14f802381
    Merge pull request #2992 from Subv/ac_srvframework nightly-387 James Rowe 2017-11-04 10:42:09 -0600
  • 3fe9b332bc
    Merge pull request #2989 from B3n30/sendTo_PullPacket_Bind nightly-386 Sebastian Valle 2017-11-04 10:58:49 -0500
  • 695ff7cff3
    Clang pls (again) Hexagon12 2017-11-04 17:41:20 +0200
  • 81e36150d3
    Clang pls Hexagon12 2017-11-04 17:32:12 +0200
  • 68dba11805 Kernel/SVC: Don't let svcReleaseMutex release a mutex owned by another thread. Subv 2017-10-23 15:52:23 -0500
  • ed9db735a2 Service/UDS: Updated BeginHostingNetwork B3n30 2017-10-04 09:18:21 +0200
  • f6d16c3f87 Service/UDS: Implement Unbind and GetNodeInformation B3n30 2017-10-04 09:10:19 +0200
  • 230ea063a5 Service/UDS: Implement SendTo, PullPacket, HandleSecureData, and Bind B3n30 2017-10-04 08:07:32 +0200
  • 4ded138139
    Update soc_u.cpp Hexagon12 2017-11-04 16:30:48 +0200
  • 5d123144ff
    Removed all instances of WSACleanup();. Hexagon12 2017-11-04 15:03:04 +0200
  • 61b88aeaee dynarmic: Update to 8f15e3f70cb96e56705e5de6ba97b5d09423a56b MerryMage 2017-11-04 10:49:37 +0000
  • 590b1e8453 xbyak: Update to v5.53 MerryMage 2017-11-04 10:49:17 +0000
  • 499508389c core: clear format warnings wwylele 2017-11-01 12:19:51 +0200
  • 47c0c87c47 video_core: clean format warnings wwylele 2017-11-01 11:47:39 +0200
  • ed17c54307
    Merge pull request #3027 from MerryMage/travis=frozen-deps nightly-385 bunnei 2017-10-31 08:28:52 -0700
  • 1f6da9fbc5 Capitalize the first word in a comment (#3059) nightly-384 Mohit Sahu 2017-10-28 23:08:56 +0530
  • c575e6b202
    Merge pull request #3060 from superheri/WordOrderComment nightly-383 Sebastian Valle 2017-10-28 12:37:58 -0500
  • d65983515f Correcting word order of a comment in memory.cpp Alexandre Paré 2017-10-28 13:23:58 -0400
  • 79852d3707
    Merge pull request #3048 from shinyquagsire23/am-patch nightly-382 Sebastian Valle 2017-10-27 20:10:56 -0500
  • 95df4e674a Services/AC: Converted the ac:i and ac:u services to the new service framework. Subv 2017-10-04 16:22:14 -0500
  • edfc8d133a
    Merge pull request #3044 from Dragios/wnarrowing nightly-381 James Rowe 2017-10-27 15:55:14 -0600
  • 465e619cbb
    Merge pull request #3053 from wwylele/debug-build-please nightly-380 James Rowe 2017-10-27 14:47:11 -0600
  • 2bcbd565b8 Add missing header for PRIU64 wwylele 2017-10-27 18:52:50 +0300
  • f75dd34747 Correct spelling of searchfield in comment (#3052) nightly-379 Mohit Sahu 2017-10-27 21:13:22 +0530
  • 2e38ea7a33 Services/AM: Implement GetPatchTitleInfos, correct error codes/returns, misc fixes shinyquagsire23 2017-10-25 11:41:07 -0600
  • 3e26b0dee5 swrasterizer folder minor edit Dragios 2017-10-27 09:44:45 +0800
  • 9b3eb69973 Utilize vector function instead Dragios 2017-10-25 22:03:21 +0800
  • 70523f68c9 appveyor: Determine dlls to include in package programmatically MerryMage 2017-10-23 22:16:36 +0100
  • 2284367591 travis: Add build with frozen versions for dependencies MerryMage 2017-10-21 22:46:46 +0100
  • 26065fd872 Merge pull request #3047 from Hexagon12/sdl2-sound-fix nightly-378 James Rowe 2017-10-24 20:40:38 -0600
  • 6a5a836409 Updated the AppVeyor script with a stable SDL2 link. Hexagon12 2017-10-24 21:09:41 +0300
  • b36f748acd Merge pull request #3046 from MerryMage/sdl-disallow-device-changes nightly-377 James Rowe 2017-10-24 09:22:28 -0600
  • b4c1c26511 Merge pull request #3028 from MerryMage/fix-3023 nightly-376 James Rowe 2017-10-24 09:21:27 -0600
  • 211cc5e28f sdl2_sink: Disallow audio device from changing any parameter other than the frequency MerryMage 2017-10-24 02:19:36 +0100
  • 9381cfa612 Merge pull request #3034 from B3n30/travis_build_order nightly-375 bunnei 2017-10-23 13:37:52 -0700
  • ceb9880034 Merge pull request #3037 from acnleditor2/dll nightly-374 James Rowe 2017-10-23 13:25:53 -0600
  • e2dcd1776f fix dll error Valentin Vanelslande 2017-10-23 13:20:16 -0500
  • 84054b7cd8 Get rid of narrowing conversion warning Dragios 2017-10-23 23:58:40 +0800
  • aee8bf680c Merge pull request #3032 from Dragios/errno nightly-373 Sebastian Valle 2017-10-23 10:30:18 -0500