Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								327901e145 
								
							 
						 
						
							
							
								
								citra_qt: Remove reference to debugger/console  
							
							
							
						 
						
							2018-03-16 12:24:16 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								98e669cf00 
								
							 
						 
						
							
							
								
								Remove all edits not in the scope of this PR  
							
							
							
						 
						
							2018-03-16 12:17:14 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								373efd3158 
								
							 
						 
						
							
							
								
								Logging: Remove customizable logging backends  
							
							... 
							
							
							
							Separate code for customizing logging backends from this branch 
							
						 
						
							2018-03-16 11:56:40 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								eee388588e 
								
							 
						 
						
							
							
								
								Logging: Fix fmt errors after rebasing with master  
							
							... 
							
							
							
							fmt was updated during the clang-format update, which breaks the previous implementation of FmtLogMessage
Changes were:
* Move definition of FmtLogMessage into log.h to use variadic templates as FMT_VARIADIC was removed
To supplement the change above:
* Move Entry and CreateEntry into log.h
* Add LogEntry in backend.cpp 
							
						 
						
							2018-03-16 11:48:33 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Rowe 
								
							 
						 
						
							
							
							
							
								
							
							
								ab4ba71f3e 
								
							 
						 
						
							
							
								
								fixup! Prevent crashes on closing by waiting for the impl thread  
							
							
							
						 
						
							2018-03-16 11:18:06 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Rowe 
								
							 
						 
						
							
							
							
							
								
							
							
								87bc5266ef 
								
							 
						 
						
							
							
								
								Logging: Various logging improvements  
							
							... 
							
							
							
							* Uses PopWait to reduce the amount of busy waiting if there aren't many
new logs
* Opens the log file as shared on windows, letting other programs read
the logs, but not write to them while citra is running
* Flushes the logs to disk if a log >= error arrives 
							
						 
						
							2018-03-16 11:18:06 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Rowe 
								
							 
						 
						
							
							
							
							
								
							
							
								9fdc89a456 
								
							 
						 
						
							
							
								
								SPSCQueue: Add PopWait  
							
							... 
							
							
							
							Adds a condition var to SPSCQueue so when a new log is pushed it will
wake the consumer thread that is calling PopWait. This only applies to
to queues with NeedSize=true 
							
						 
						
							2018-03-16 11:18:06 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Rowe 
								
							 
						 
						
							
							
							
							
								
							
							
								47f0185bcd 
								
							 
						 
						
							
							
								
								fixup! move message  
							
							
							
						 
						
							2018-03-16 11:18:06 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Rowe 
								
							 
						 
						
							
							
							
							
								
							
							
								7b78425d6b 
								
							 
						 
						
							
							
								
								Address review comments  
							
							
							
						 
						
							2018-03-16 11:18:06 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Rowe 
								
							 
						 
						
							
							
							
							
								
							
							
								f6762f05cd 
								
							 
						 
						
							
							
								
								Use the correct linker flag for mingw  
							
							
							
						 
						
							2018-03-16 11:18:06 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Rowe 
								
							 
						 
						
							
							
							
							
								
							
							
								0daac3020e 
								
							 
						 
						
							
							
								
								Logging: Add customizable logging backends and fmtlib based macros  
							
							... 
							
							
							
							* Change the logging backend to support multiple sinks through the
Backend Interface
* Add a new set of logging macros to use fmtlib instead.
* Qt: Compile as GUI application on windows to make the console hidden by
default. Add filter configuration and a button to open log location.
* SDL: Migrate to the new logging macros 
							
						 
						
							2018-03-16 11:18:06 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bunnei 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3cda637cb1 
								
							 
						 
						
							
							
								
								Merge pull request  #3478  from j-selby/libpng-switch  
							
							... 
							
							
							
							Remove PICA image dumping, burn libpng 
							
						 
						
							2018-03-07 18:03:38 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vamsi Krishna 
								
							 
						 
						
							
							
							
							
								
							
							
								04cc8fb537 
								
							 
						 
						
							
							
								
								Discard Gas mode renders ( #3486 )  
							
							... 
							
							
							
							* Discard gas_mode renders
This discards the gas_mode / fog effect from games that use it and allows the games to display without it.  Note that gas mode is still unimplemented and will LOG<CRITICAL>.
This bypasses #3287 . (Doesn't fix it)
* fix clang 
							
						 
						
							2018-03-07 18:02:36 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5dc8ac80dd 
								
							 
						 
						
							
							
								
								Merge pull request  #3469  from wwylele/frd-new-framework  
							
							... 
							
							
							
							Service/FRD: convert to ServiceFramework 
							
						 
						
							2018-03-07 15:33:49 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James 
								
							 
						 
						
							
							
							
							
								
							
							
								077a519338 
								
							 
						 
						
							
							
								
								Remove unused DUMP_TEXTURES definition  
							
							
							
						 
						
							2018-03-07 09:13:24 +11:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James 
								
							 
						 
						
							
							
							
							
								
							
							
								9829a84fc6 
								
							 
						 
						
							
							
								
								Remove PICA image dumping/libpng  
							
							
							
						 
						
							2018-03-07 09:10:54 +11:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bunnei 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1a2f29aad0 
								
							 
						 
						
							
							
								
								Merge pull request  #3474  from wwylele/fuck-you-unimplemented  
							
							... 
							
							
							
							assert: do not crash on unimplemented code in debug build 
							
						 
						
							2018-03-06 11:46:30 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								dad112bef7 
								
							 
						 
						
							
							
								
								Merge pull request  #3480  from tgsm/cfg-sysmodelvalue  
							
							... 
							
							
							
							Service/CFG: add system model value for New 2DS XL 
							
						 
						
							2018-03-06 10:37:49 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									tgsm 
								
							 
						 
						
							
							
							
							
								
							
							
								7054b63d4d 
								
							 
						 
						
							
							
								
								Service/CFG: add system model value for New 2DS XL  
							
							
							
						 
						
							2018-03-06 02:11:01 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Merry 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								febbaed14e 
								
							 
						 
						
							
							
								
								Merge pull request  #3473  from jbeich/cryptopp-6.1.0  
							
							... 
							
							
							
							Update cryptopp to 6.1.0 
							
						 
						
							2018-03-05 16:37:02 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									wwylele 
								
							 
						 
						
							
							
							
							
								
							
							
								e004e9505e 
								
							 
						 
						
							
							
								
								assert: do not crash on unimplemented code in debug build  
							
							
							
						 
						
							2018-03-05 14:53:19 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jan Beich 
								
							 
						 
						
							
							
							
							
								
							
							
								0b27fcfde2 
								
							 
						 
						
							
							
								
								externals: Update cryptopp to 6.1.0 to  fix   #3435  
							
							
							
						 
						
							2018-03-05 10:49:59 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4befbddc34 
								
							 
						 
						
							
							
								
								Merge pull request  #3281  from jroweboy/texcache-pt2  
							
							... 
							
							
							
							Texture Cache Rework 
							
						 
						
							2018-03-05 11:57:25 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									wwylele 
								
							 
						 
						
							
							
							
							
								
							
							
								c2515ff39d 
								
							 
						 
						
							
							
								
								clang-format fix  
							
							
							
						 
						
							2018-03-05 11:09:20 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Rowe 
								
							 
						 
						
							
							
							
							
								
							
							
								1d419bac1b 
								
							 
						 
						
							
							
								
								Disable accelerated texture copy for Texture surfaces  
							
							
							
						 
						
							2018-03-04 22:06:09 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Rowe 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f3234db5e2 
								
							 
						 
						
							
							
								
								Merge pull request  #3440  from B3n30/file_read_delay  
							
							... 
							
							
							
							File_Sys: Add a size dependent delay for each file read 
							
						 
						
							2018-03-04 21:32:50 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Rowe 
								
							 
						 
						
							
							
							
							
								
							
							
								739f8e5367 
								
							 
						 
						
							
							
								
								Fix clang format  
							
							
							
						 
						
							2018-03-04 20:59:42 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Rowe 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								ce725f24ca 
								
							 
						 
						
							
							
								
								Merge pull request  #3444  from jroweboy/fix-multiplayer  
							
							... 
							
							
							
							UDS: Add non zero mac address to the shared page 
							
						 
						
							2018-03-04 20:40:37 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Rowe 
								
							 
						 
						
							
							
							
							
								
							
							
								d26cf11399 
								
							 
						 
						
							
							
								
								Fix clang format  
							
							
							
						 
						
							2018-03-04 20:27:22 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Rowe 
								
							 
						 
						
							
							
							
							
								
							
							
								878217372b 
								
							 
						 
						
							
							
								
								Remove useless static cast  
							
							
							
						 
						
							2018-03-04 20:16:36 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									wwylele 
								
							 
						 
						
							
							
							
							
								
							
							
								54af348cfc 
								
							 
						 
						
							
							
								
								IPC helpers: remove deprecated static buffer interface  
							
							
							
						 
						
							2018-03-04 14:47:33 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									wwylele 
								
							 
						 
						
							
							
							
							
								
							
							
								6ebd3f396f 
								
							 
						 
						
							
							
								
								Service/FRD: convert to ServiceFramework  
							
							
							
						 
						
							2018-03-04 14:47:32 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									wwylele 
								
							 
						 
						
							
							
							
							
								
							
							
								5178e5bce1 
								
							 
						 
						
							
							
								
								fix clang-format  
							
							
							
						 
						
							2018-03-04 13:30:29 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e4d558d114 
								
							 
						 
						
							
							
								
								Merge pull request  #3468  from wwylele/nim-new-framework  
							
							... 
							
							
							
							Service/NIM: convert to ServiceFramework 
							
						 
						
							2018-03-04 13:25:54 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben 
								
							 
						 
						
							
							
							
							
								
							
							
								d6157a49db 
								
							 
						 
						
							
							
								
								APT: Implement SendCaptureBufferInfo and ReceiveCaptureBufferInfo ( #3467 )  
							
							... 
							
							
							
							* APT: Implement SendCaptureBufferInfo and ReceiveCaptureBufferInfo
* adressed comments
* Clear screen_capture_buffer on Receive
* fix response in ReceiveCaptureBufferInfo
* fix response in ReceiveCaptureBufferInfo
* fix clang-format 
							
						 
						
							2018-03-04 13:25:33 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									wwylele 
								
							 
						 
						
							
							
							
							
								
							
							
								508bba2932 
								
							 
						 
						
							
							
								
								Service/NIM: convert to ServiceFramework  
							
							
							
						 
						
							2018-03-03 19:25:26 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								001ad9da3b 
								
							 
						 
						
							
							
								
								Merge pull request  #3462  from wwylele/am-new-framework  
							
							... 
							
							
							
							Service/AM: convert to ServiceFramework 
							
						 
						
							2018-03-03 18:29:47 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7c1a22358a 
								
							 
						 
						
							
							
								
								Merge pull request  #3456  from hubslave/master  
							
							... 
							
							
							
							Fix build on OpenBSD 
							
						 
						
							2018-03-02 21:58:43 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									hubslave 
								
							 
						 
						
							
							
							
							
								
							
							
								93fd55249b 
								
							 
						 
						
							
							
								
								Fix build on platforms without std::string_view  
							
							... 
							
							
							
							json.hpp wants it, but it isn't always available. Rather than patch
json.hpp directly to remove the dependency, provide a json.h wrapper
header that subs in std::experimental::string_view using preprocessor
magic. All the consumers of json.hpp are in src/web_service, so the
wrapper header is placed there as well. 
							
						 
						
							2018-03-02 18:15:45 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									hubslave 
								
							 
						 
						
							
							
							
							
								
							
							
								fd79b70a87 
								
							 
						 
						
							
							
								
								externals: Update fmt to 4d35f94  
							
							... 
							
							
							
							Versions prior to this didn't compile on OpenBSD due to unconditional
use of the non-standard strtod_l() function.
The fmt::MemoryWriter API has been removed in the intervening
versions, so replace its use with fmt::memory_buffer and fmt::format_to.
The library also no longer provides the fmt::fmt ALIAS, so define
it in externals/CMakeLists.txt. 
							
						 
						
							2018-03-02 18:12:51 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									wwylele 
								
							 
						 
						
							
							
							
							
								
							
							
								7c4ed77e06 
								
							 
						 
						
							
							
								
								Service/AM: fix some headers  
							
							
							
						 
						
							2018-03-02 02:53:59 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									wwylele 
								
							 
						 
						
							
							
							
							
								
							
							
								61e5f320c9 
								
							 
						 
						
							
							
								
								ipc_helpers: remove some deprecated functions  
							
							
							
						 
						
							2018-03-02 02:53:59 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									wwylele 
								
							 
						 
						
							
							
							
							
								
							
							
								e19475481c 
								
							 
						 
						
							
							
								
								Service/AM: convert to ServiceFramework  
							
							
							
						 
						
							2018-03-01 17:02:34 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7d19ada5b8 
								
							 
						 
						
							
							
								
								Merge pull request  #3461  from B3n30/release_right  
							
							... 
							
							
							
							GSP_GPU: Release the GPU right if the active session closes the gpu session 
							
						 
						
							2018-03-01 15:50:55 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									B3n30 
								
							 
						 
						
							
							
							
							
								
							
							
								98771a6363 
								
							 
						 
						
							
							
								
								GSP_GPU: Release the GPU right if the active session closes the gsp_gpu session  
							
							
							
						 
						
							2018-03-01 14:54:38 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									wwylele 
								
							 
						 
						
							
							
							
							
								
							
							
								ff15d887fa 
								
							 
						 
						
							
							
								
								remove dead code  
							
							
							
						 
						
							2018-03-01 15:02:51 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								941ccaeed6 
								
							 
						 
						
							
							
								
								Merge pull request  #3441  from wwylele/fs-new-framework  
							
							... 
							
							
							
							Service/FS: convert to ServiceFramework 
							
						 
						
							2018-03-01 14:51:24 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Valentin Vanelslande 
								
							 
						 
						
							
							
							
							
								
							
							
								ac626edabc 
								
							 
						 
						
							
							
								
								Service/AM: Implement DeleteProgram and DeleteUserProgram ( #3446 )  
							
							... 
							
							
							
							* Update am.cpp
* Update am.h
* Update am_net.cpp
* Service/AM: Implement DeleteProgram
* fix clang
* Address comments
* Service/AM: DeleteProgram: Scan for all titles after deleting the title
* fix
* Service/AM: DeleteProgram: return error if the title was not found
* fix clang
* [skip ci]
* [skip ci]
* [skip ci]
* [skip ci]
* Service/AM: Implement DeleteUserProgram
* fix clang
* FileUtil::DeleteDirRecursively unexpectedly failed 
							
						 
						
							2018-02-28 16:25:33 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0cea9c54ac 
								
							 
						 
						
							
							
								
								Merge pull request  #3434  from BreadFish64/MultipleInstalls  
							
							... 
							
							
							
							QT: allow installation of multiple CIAs 
							
						 
						
							2018-02-28 15:55:15 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									bunnei 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5b0d326166 
								
							 
						 
						
							
							
								
								Merge pull request  #3459  from MerryMage/fix/pcm8-decoding  
							
							... 
							
							
							
							decode: Fix PCM8 decoding 
							
						 
						
							2018-02-26 21:17:54 -08:00