f55f4fc684
README: Fix typos from #3008 and slight rewording (#3118)
BynariStar
2017-11-15 19:21:03 +02:00
f197ffae57
Updated readme file to describe current condition more accurately. (#3008)
Adityarup Laha
2017-11-15 22:14:04 +05:30
5eabe60aa3
Merge pull request #2969 from mailwl/ptm_step
James Rowe
2017-11-15 09:39:17 -07:00
78fc1822c2
Merge pull request #3007 from KAMiKAZOW/patch-1
James Rowe
2017-11-15 09:37:07 -07:00
afb6dd7747
HLE/SRV: Don't return the port handle if it isn't available when calling GetServiceHandle.
Subv
2017-11-06 14:09:56 -05:00
f0027e9996
Merge pull request #3096 from Subv/arbitrateaddress
Sebastian Valle
2017-11-15 09:16:16 -05:00
93742ec510
Merge pull request #3088 from Subv/clientsession_closing
Sebastian Valle
2017-11-15 09:15:34 -05:00
689fe57430
Services/AM: Fix content writing on Windows (#3114)
Max Thomas
2017-11-15 01:26:16 -08:00
fae52d3056
Merge pull request #3109 from acnleditor2/fix-ini
James Rowe
2017-11-13 21:08:20 -07:00
2cf7cda1c4
fix framelimit in default ini
Valentin Vanelslande
2017-11-13 22:03:24 -06:00
35a61ab053
HLE/Tests: Added tests for the StaticBuffer IPC HLE translation.
Subv
2017-11-06 20:32:07 -05:00
c9c1ba0952
Kernel/IPC: Implement StaticBuffer translation for HLE services that use the HLERequestContext architecture.
Subv
2017-11-05 12:50:22 -05:00
7ef905ea0f
Updating API endpoint for webhook notifications. (#3103)
Flame Sage
2017-11-09 21:07:43 -05:00
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 -05:00
908dbf4230
Merge pull request #3084 from Subv/thread_default_cpu
Sebastian Valle
2017-11-08 14:38:50 -05:00
67df3c2c38
Merge pull request #3092 from BreadFish64/patch-1
Sebastian Valle
2017-11-08 14:38:20 -05:00
ddee442ff8
Merge pull request #3093 from Subv/missing_includes
James Rowe
2017-11-07 20:09:19 -07:00
5e9d76337d
Build: Added missing <array> includes to title_metadata.h and cia_container.h
Subv
2017-11-07 22:06:34 -05:00
d683d34aa4
Filesys: Added some missing headers to the CMakeLists.txt after the recent stream of PRs.
Subv
2017-11-07 22:04:51 -05:00
e2cac1d7db
Get Rid of Redundant !
BreadFish64
2017-11-07 19:31:55 -06:00
7d12aaaa20
Merge pull request #3087 from shinyquagsire23/am-more-errors
Sebastian Valle
2017-11-07 09:09:48 -05:00
c07f1b275c
Services/AM: Rename and readjust GetNumContentInfos for accuracy
shinyquagsire23
2017-11-06 17:49:39 -07:00
d854d4119a
Services/AM: Rename and adjust ListContentInfos for accuracy
shinyquagsire23
2017-11-06 12:04:12 -07:00
c6e43ae79d
Services/AM: Rename and adjust FindContentInfos for accuracy
shinyquagsire23
2017-11-06 11:50:53 -07:00
06a2e0b591
Kernel/Sessions: Wake up any threads waiting on a ServerSession when its client is closed
Subv
2017-11-06 23:07:08 -05:00
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 -05:00
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 -05:00
191565a1b8
HLE/NS: Added a function to launch titles installed to the virtual NAND/SD card.
Subv
2017-11-06 15:12:15 -05:00
ccd0710e5b
Logging: Add a Service_NS log class for the NS service.
Subv
2017-11-06 14:51:57 -05:00
c6b2cc2e27
Merge pull request #3082 from Subv/main_thread_processor
Sebastian Valle
2017-11-06 14:00:24 -05:00
a288c2e737
Kernel/Thread: Use the process' ideal CPU when specifying the Default CPU on CreateThread.
Subv
2017-11-06 13:47:48 -05:00
2d9e295e07
Kernel/IPC: Handle the StaticBuffer descriptor in LLE command requests.
Subv
2017-11-06 13:30:31 -05:00
980df62397
Kernel/Thread: Run the main thread in the CPU specified by the process' exheader.
Subv
2017-11-06 13:14:12 -05:00
d55a13c35d
Merge pull request #2981 from Subv/replyreceive
Sebastian Valle
2017-11-06 13:02:30 -05:00
bd5fe0c48f
Merge pull request #3081 from wwylele/fix-about
James Rowe
2017-11-06 10:42:04 -07:00
3b960fe651
citra-qt: fix broken About box
wwylele
2017-11-06 18:01:04 +02:00
23deae4785
Debugging: Implement GetName for Kernel::ServerSession.
Subv
2017-10-01 22:17:50 -05:00
5f92dc963c
Kernel/SVC: Implement LLE command buffer translation in ReplyAndReceive.
Subv
2017-10-01 22:12:42 -05:00
8f108367c9
Kernel/IPC: Put a thread to sleep when performing an LLE IPC request.
Subv
2017-10-01 22:09:00 -05:00
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 -05:00