This website requires JavaScript.
c0a7afaa5c
Libnetwork: add password protected rooms, guid, and error fixes (#3068 )
B3n30
2017-11-19 19:52:37 +01:00
4071da5012
Merge pull request #3124 from jroweboy/revert-2985
Merry
2017-11-19 18:21:48 +00:00
555c8ba7c1
Merge pull request #3077 from Subv/hle_static_buffer
Sebastian Valle
2017-11-19 11:34:02 -05:00
ff275ac1e1
Merge pull request #3083 from Subv/lle_staticbuffer_translation
Sebastian Valle
2017-11-19 11:31:49 -05:00
2d917f8ca0
arm_dynarmic: ClearInstructionCache should clear all instruction caches
MerryMage
2017-11-19 14:45:35 +00:00
c810a3f3b0
Merge pull request #3126 from chris062689/master
James Rowe
2017-11-16 20:35:30 -07:00
c41f19224d
Added Webhook notifications for Appveyor.
Flame Sage
2017-11-17 01:43:06 +00:00
9d9693c13d
Revert "Extracted the attribute setup and draw commands into their own functions"
James Rowe
2017-11-16 11:46:17 -07:00
549f11a40e
file_sys/ncch_container: Expose ncch_offset during instantiation and in OpenFile
shinyquagsire23
2017-11-15 17:30:52 -07:00
553ca2bfe0
SDL: Add command-line CIA installs
shinyquagsire23
2017-11-14 14:59:18 -07:00
56e906f1e3
Services/AM: Add InstallCIA function for frontends
shinyquagsire23
2017-11-15 12:01:49 -07:00
1f2aa29dee
Services/AM: Move CIA finalization into Close(), Close() on destruction of class
shinyquagsire23
2017-11-14 16:18:52 -07:00
750e7e06b1
Services/AM: Expose CIAFile class in AM header
shinyquagsire23
2017-11-14 15:31:19 -07:00
947067de81
Merge pull request #3085 from Subv/get_service_handle
Sebastian Valle
2017-11-15 13:46:12 -05:00
1edbbf7f8c
Services/AM: Add GetTitleMediaType
shinyquagsire23
2017-11-14 14:57:44 -07:00
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
f889d6cbfe
Added notifications:webhooks:url to TravisCI build (#3099 )
Flame Sage
2017-11-09 11:02:30 -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
ac2ee3035a
file_sys/cia_container: Fix warnings
shinyquagsire23
2017-11-06 11:47:51 -07:00
69cc04a06d
Services/AM: Fix warnings
shinyquagsire23
2017-11-06 11:47:33 -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
6e12b11353
Merge pull request #3078 from Subv/ac_sessions
bunnei
2017-11-06 13:21:29 -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
8e2d9f48f5
Kernel/IPC: Remove dead buffer translation code.
Subv
2017-10-01 21:59:38 -05:00
7cf7999e02
Kernel/IPC: Added a function to translate the IPC command buffer from one process to another.
Subv
2017-10-01 21:56:43 -05:00
1300c96995
Merge pull request #3080 from citra-emu/Subv-ReleaseMutex-Return
Weiyi Wang
2017-11-06 14:06:53 +02:00
4fdc877626
remove trailing spaces
wwylele
2017-11-06 13:57:06 +02:00
ff17773c28
Kernel/Mutex: Add a missing return in Mutex::Release
Sebastian Valle
2017-11-05 21:31:22 -05:00
8ba2de1580
Merge pull request #3029 from shinyquagsire23/am-title-install
Sebastian Valle
2017-11-05 21:23:55 -05:00
e00a45c500
Services/AM: Add CIA title installation support.
shinyquagsire23
2017-10-21 17:28:13 -06:00
7ea04bb55c
Services/AM: Fix log commands
shinyquagsire23
2017-10-21 17:24:07 -06:00
714206e4ce
Service/FS: Mark FileBackend's Write as non-const
shinyquagsire23
2017-10-25 17:55:11 -06:00
ca2b6c6c8e
file_sys/errors: Add ERROR_INSUFFICIENT_SPACE
shinyquagsire23
2017-10-23 15:19:07 -06:00
ce806dcdf6
file_sys/title_metadata: Allow loading from both files, FileBackends, and data
shinyquagsire23
2017-10-21 16:52:48 -06:00
b3e87d01fb
file_sys: Add CIA Container
shinyquagsire23
2017-10-21 16:38:48 -06:00
d4077b0196
Services/AC: Corrected the number of concurrent connections for AC_I and AC_U
Subv
2017-11-05 14:28:06 -05:00
4fc0448093
Merge pull request #3064 from wwylele/printf-warnings
Weiyi Wang
2017-11-05 10:32:46 +02:00
b579bf0cc2
Fixed up method docs for updater
James
2017-10-31 15:41:18 +11:00
53a88a0e13
Fix edge case for checking for updates when already deferred
James
2017-10-14 22:10:05 +11:00
7361ee9750
Defer update prompt if emulating, and show no update found on explicit click
James
2017-10-14 18:35:45 +11:00
2e6c80d1aa
Qt updater integration, based on QtAutoUpdater
James Rowe
2017-08-18 23:05:49 -06:00
ee5aecee3f
Implement About Button Functionality (#3005 )
BreadFish64
2017-11-04 12:59:27 -05:00
9a52d72362
Merge pull request #3042 from Subv/releasemutex
Sebastian Valle
2017-11-04 12:57:44 -05:00
302bd12b72
Merge pull request #3066 from MerryMage/update-dynarmic
bunnei
2017-11-04 13:56:07 -04:00
5885ca4503
Merge pull request #3067 from Hexagon12/wsacleanup-soc-fix
bunnei
2017-11-04 13:39:09 -04:00
c14f802381
Merge pull request #2992 from Subv/ac_srvframework
James Rowe
2017-11-04 10:42:09 -06:00
3fe9b332bc
Merge pull request #2989 from B3n30/sendTo_PullPacket_Bind
Sebastian Valle
2017-11-04 10:58:49 -05:00
695ff7cff3
Clang pls (again)
Hexagon12
2017-11-04 17:41:20 +02:00
81e36150d3
Clang pls
Hexagon12
2017-11-04 17:32:12 +02:00
68dba11805
Kernel/SVC: Don't let svcReleaseMutex release a mutex owned by another thread.
Subv
2017-10-23 15:52:23 -05:00
ed9db735a2
Service/UDS: Updated BeginHostingNetwork
B3n30
2017-10-04 09:18:21 +02:00
f6d16c3f87
Service/UDS: Implement Unbind and GetNodeInformation
B3n30
2017-10-04 09:10:19 +02:00
230ea063a5
Service/UDS: Implement SendTo, PullPacket, HandleSecureData, and Bind
B3n30
2017-10-04 08:07:32 +02:00
4ded138139
Update soc_u.cpp
Hexagon12
2017-11-04 16:30:48 +02:00
5d123144ff
Removed all instances of WSACleanup();.
Hexagon12
2017-11-04 15:03:04 +02:00
61b88aeaee
dynarmic: Update to 8f15e3f70cb96e56705e5de6ba97b5d09423a56b
MerryMage
2017-11-04 10:49:37 +00:00
590b1e8453
xbyak: Update to v5.53
MerryMage
2017-11-04 10:49:17 +00:00
499508389c
core: clear format warnings
wwylele
2017-11-01 12:19:51 +02:00
47c0c87c47
video_core: clean format warnings
wwylele
2017-11-01 11:47:39 +02:00
ed17c54307
Merge pull request #3027 from MerryMage/travis=frozen-deps
bunnei
2017-10-31 08:28:52 -07:00
1f6da9fbc5
Capitalize the first word in a comment (#3059 )
Mohit Sahu
2017-10-28 23:08:56 +05:30
c575e6b202
Merge pull request #3060 from superheri/WordOrderComment
Sebastian Valle
2017-10-28 12:37:58 -05:00
d65983515f
Correcting word order of a comment in memory.cpp
Alexandre Paré
2017-10-28 13:23:58 -04:00
79852d3707
Merge pull request #3048 from shinyquagsire23/am-patch
Sebastian Valle
2017-10-27 20:10:56 -05:00