fearlessTobi 
							
						 
					 
					
						
						
						
						
							
						
						
							6923ecee3a 
							
						 
					 
					
						
						
							
							Port  #4056  from Citra: "Add Clear Recent Files menu action"  
						
						
						
						
					 
					
						2018-08-21 13:12:45 +02:00 
						 
				 
			
				
					
						
							
							
								tech4me 
							
						 
					 
					
						
						
						
						
							
						
						
							cc71832b19 
							
						 
					 
					
						
						
							
							qt/main: Port part of citra( #3411 ), open savedata works  
						
						
						
						
					 
					
						2018-08-21 02:04:33 -07:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							477eee3993 
							
						 
					 
					
						
						
							
							service/filesystem: Use forward declarations where applicable  
						
						... 
						
						
						
						Avoids the need to rebuild multiple source files if the filesystem code
headers change.
This also gets rid of a few instances of indirect inclusions being
relied upon 
						
						
					 
					
						2018-08-20 23:28:46 -04:00 
						 
				 
			
				
					
						
							
							
								fearlessTobi 
							
						 
					 
					
						
						
						
						
							
						
						
							ba8ff096fd 
							
						 
					 
					
						
						
							
							Port  #3353  from Citra  
						
						
						
						
					 
					
						2018-08-21 01:14:06 +02:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							ffd60ee476 
							
						 
					 
					
						
						
							
							game_list: Avoid uninitialized variables when retrieving program ID  
						
						... 
						
						
						
						Avoids potentially leaving this variable uninitialized based off the
loader failing to retrieve the ID value. 
						
						
					 
					
						2018-08-20 04:23:05 -04:00 
						 
				 
			
				
					
						
							
							
								David Marcec 
							
						 
					 
					
						
						
						
						
							
						
						
							706fc5d2d6 
							
						 
					 
					
						
						
							
							Added check to see if ARB_texture_mirror_clamp_to_edge is supported  
						
						
						
						
					 
					
						2018-08-19 12:00:33 +10:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							9791f0d590 
							
						 
					 
					
						
						
							
							qt/main: Unindent code in OnMenuInstallToNAND()  
						
						... 
						
						
						
						We can change this into an early-return if the filename is empty.
There's no need to include all of the code within the if statement. 
						
						
					 
					
						2018-08-16 10:37:58 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							2a3d7128d1 
							
						 
					 
					
						
						
							
							qt/main: Make installation dialog text within OnMenuInstallToNAND() translatable  
						
						... 
						
						
						
						This is user-facing text, so it should be marked as translatable by Qt. 
						
						
					 
					
						2018-08-16 10:36:42 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							aac807fd3a 
							
						 
					 
					
						
						
							
							qt/main: Get rid of compilation warnings  
						
						... 
						
						
						
						Gets rid of truncation warnings about conversion to int. While we're at
it, we can also de-hardcode the buffer size being used. 
						
						
					 
					
						2018-08-16 10:28:06 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c594ec3417 
							
						 
					 
					
						
						
							
							Merge pull request  #1005  from DarkLordZach/registered-fmt  
						
						... 
						
						
						
						file_sys: Add support for registration format 
						
						
					 
					
						2018-08-15 23:11:58 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							87d8a9c986 
							
						 
					 
					
						
						
							
							loader: Make ResultStatus directly compatible with fmt  
						
						... 
						
						
						
						We can make the enum class type compatible with fmt by providing an
overload of operator<<.
While we're at it, perform proper bounds checking. If something exceeds
the array, it should be a hard fail, because it's, without a doubt, a
programmer error in this case. 
						
						
					 
					
						2018-08-15 05:52:37 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							6b76b77400 
							
						 
					 
					
						
						
							
							registration: Add support for force overwrite of installed  
						
						
						
						
					 
					
						2018-08-11 23:01:42 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							fdf27bf390 
							
						 
					 
					
						
						
							
							game_list: Split game list scans to multiple functions  
						
						... 
						
						
						
						Avoids unnecessary rebuilds of control data on every layer of recursion in AddFstEntriesToGameList 
						
						
					 
					
						2018-08-11 22:50:48 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							f78a6e752f 
							
						 
					 
					
						
						
							
							qt: Use custom RawCopy with progress bar for installs  
						
						
						
						
					 
					
						2018-08-11 22:50:48 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							10812f8407 
							
						 
					 
					
						
						
							
							game_list: Populate control data from installed NAND  
						
						
						
						
					 
					
						2018-08-11 22:50:48 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							167bfddafa 
							
						 
					 
					
						
						
							
							file_sys: Comply to style guidelines  
						
						
						
						
					 
					
						2018-08-11 22:50:48 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							bfb945c243 
							
						 
					 
					
						
						
							
							qt: Add 'Install to NAND' option to menu  
						
						... 
						
						
						
						Prompts for title type on NCA files. 
						
						
					 
					
						2018-08-11 22:50:48 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							b67e751ccb 
							
						 
					 
					
						
						
							
							game_list: Modify game list to scan installed titles  
						
						
						
						
					 
					
						2018-08-11 22:50:48 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							0a93b45b6a 
							
						 
					 
					
						
						
							
							core: Namespace EmuWindow  
						
						... 
						
						
						
						Gets the class out of the global namespace. 
						
						
					 
					
						2018-08-11 20:20:21 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bc286c169f 
							
						 
					 
					
						
						
							
							Merge pull request  #970  from DarkLordZach/loader-errors  
						
						... 
						
						
						
						loader: Add more descriptive errors 
						
						
					 
					
						2018-08-11 19:25:30 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							8eb97706b8 
							
						 
					 
					
						
						
							
							qt/game_list: Resolve truncation warning within GameListItemPath's constructor  
						
						... 
						
						
						
						Silences a warning about truncating from size_t to u32 
						
						
					 
					
						2018-08-10 18:19:44 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							aaf671a309 
							
						 
					 
					
						
						
							
							gt/game_list: Use std::array in GameListItemPath's data() function  
						
						... 
						
						
						
						We don't need to use a heap-allocated std::vector here, given we
explicitly know the bounds. 
						
						
					 
					
						2018-08-10 18:19:40 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							be53097577 
							
						 
					 
					
						
						
							
							qt/game_list: Remove redundant base class constructor from initializer list  
						
						... 
						
						
						
						This is called automatically anyways. 
						
						
					 
					
						2018-08-10 18:17:39 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							8069fbd37f 
							
						 
					 
					
						
						
							
							game_list: Reorder error checks  
						
						... 
						
						
						
						clang-format fix 
						
						
					 
					
						2018-08-09 21:37:35 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							ec3bef7b4c 
							
						 
					 
					
						
						
							
							loader: Add more descriptive errors  
						
						... 
						
						
						
						Full list of new errors and descriptions in core/loader/loader.h 
						
						
					 
					
						2018-08-09 21:06:59 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
						
						
							
						
						
							3a67876252 
							
						 
					 
					
						
						
							
							textures: Refactor out for Texture/Depth FormatFromPixelFormat.  
						
						
						
						
					 
					
						2018-08-09 20:36:03 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							668458525e 
							
						 
					 
					
						
						
							
							vfs: Fix documentation  
						
						
						
						
					 
					
						2018-08-08 21:45:04 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							94cf327e77 
							
						 
					 
					
						
						
							
							vfs: Fix typo in VfsFilesystem docs  
						
						
						
						
					 
					
						2018-08-08 21:18:45 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							2b6128fe0b 
							
						 
					 
					
						
						
							
							file_util: Use enum instead of bool for specifing path behavior  
						
						
						
						
					 
					
						2018-08-08 21:18:45 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							4b471f0554 
							
						 
					 
					
						
						
							
							core: Port core to VfsFilesystem for file access  
						
						
						
						
					 
					
						2018-08-08 21:18:45 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							fd9da4232b 
							
						 
					 
					
						
						
							
							Merge pull request  #850  from DarkLordZach/icon-meta  
						
						... 
						
						
						
						Add Icons and Metadata Support 
						
						
					 
					
						2018-08-08 12:27:19 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							1abfd4166e 
							
						 
					 
					
						
						
							
							configure_gamelist: Use explicit QVariant constructor  
						
						
						
						
					 
					
						2018-08-07 17:10:10 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							c8f6754417 
							
						 
					 
					
						
						
							
							qt/hotkey: Get rid of global hotkey map instance  
						
						... 
						
						
						
						Instead, we make a proper registry class and house it within the main
window, then pass it to whatever needs access to the loaded hotkeys.
This way, we avoid a global variable, and don't need to initialize a
std::map instance before the program can do anything. 
						
						
					 
					
						2018-08-07 02:28:17 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							91cfe70301 
							
						 
					 
					
						
						
							
							loader: Add icon and title support to XCI  
						
						
						
						
					 
					
						2018-08-06 23:13:42 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							5927cf0e17 
							
						 
					 
					
						
						
							
							Use const where applicable  
						
						
						
						
					 
					
						2018-08-06 23:06:33 -04:00 
						 
				 
			
				
					
						
							
							
								Zach Hilman 
							
						 
					 
					
						
						
						
						
							
						
						
							9e88f03e75 
							
						 
					 
					
						
						
							
							Avoid parsing RomFS to directory in NCA  
						
						
						
						
					 
					
						2018-08-06 23:06:33 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0c3c91e41c 
							
						 
					 
					
						
						
							
							Merge pull request  #947  from lioncash/encoding  
						
						... 
						
						
						
						game_list: Use QString::fromStdString() where applicable instead of c_str() 
						
						
					 
					
						2018-08-06 22:02:01 -04:00 
						 
				 
			
				
					
						
							
							
								Hedges 
							
						 
					 
					
						
						
						
						
							
						
						
							e2b74f6354 
							
						 
					 
					
						
						
							
							GDBStub works with both Unicorn and Dynarmic now ( #941 )  
						
						... 
						
						
						
						* GDBStub works with both Unicorn and Dynarmic now
* Tidy up 
						
						
					 
					
						2018-08-06 22:01:24 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e218d79cc2 
							
						 
					 
					
						
						
							
							Merge pull request  #943  from lioncash/decl  
						
						... 
						
						
						
						game_list: Join declarations and assignments in onTextChanged() 
						
						
					 
					
						2018-08-06 22:00:49 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							75df8a3969 
							
						 
					 
					
						
						
							
							Merge pull request  #946  from lioncash/compress  
						
						... 
						
						
						
						qt/main: Collapse if statement in UpdateRecentFiles() 
						
						
					 
					
						2018-08-06 21:34:20 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							645d35ac32 
							
						 
					 
					
						
						
							
							Merge pull request  #944  from lioncash/menu  
						
						... 
						
						
						
						qt: Don't show error dialog when canceling the Load Folder dialog 
						
						
					 
					
						2018-08-06 21:33:23 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							168958f8e2 
							
						 
					 
					
						
						
							
							Merge pull request  #942  from lioncash/default  
						
						... 
						
						
						
						qt: Minor cleanup-related changes 
						
						
					 
					
						2018-08-06 21:32:25 -04:00 
						 
				 
			
				
					
						
							
							
								bunnei 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f179e87864 
							
						 
					 
					
						
						
							
							Merge pull request  #940  from lioncash/private  
						
						... 
						
						
						
						kernel/event: Make data members private 
						
						
					 
					
						2018-08-06 21:31:25 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							96b6ad11c1 
							
						 
					 
					
						
						
							
							qt/main: Avoid sign conversions in UpdateRecentFiles()  
						
						... 
						
						
						
						This was intermixing signed and unsigned values when they could all just
be signed. 
						
						
					 
					
						2018-08-06 15:42:44 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							10d693b9c2 
							
						 
					 
					
						
						
							
							game_list: Remove unnecessary conversion to std::string in ValidateEntry()  
						
						... 
						
						
						
						We can just use the file interfaces that Qt provides to prevent needing
to convert to std::string. 
						
						
					 
					
						2018-08-06 15:06:29 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							a5ac53dd4c 
							
						 
					 
					
						
						
							
							game_list: Use QString::fromStdString() where applicable instead of c_str()  
						
						... 
						
						
						
						The codec used by Qt for const char* and std::string don't necessarily
have to be the same depending on locale. Therefore, we should be using
the correct functions to do the conversions. 
						
						
					 
					
						2018-08-06 15:06:30 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							251e92513a 
							
						 
					 
					
						
						
							
							game_list: Join declarations and assignments in onTextChanged()  
						
						... 
						
						
						
						There's no need to keep these separate from one another. 
						
						
					 
					
						2018-08-06 14:35:40 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							cf983888cc 
							
						 
					 
					
						
						
							
							qt/main: Collapse if statement in UpdateRecentFiles()  
						
						... 
						
						
						
						Given the function accepts a boolean, we don't need to use an if
statement here and repeat ourselves. 
						
						
					 
					
						2018-08-06 14:32:28 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							2b2dc00bfd 
							
						 
					 
					
						
						
							
							qt/main: Better file-existence checking within OnMenuRecentFile() and UpdateUITheme()  
						
						... 
						
						
						
						In OnMenuRecentFile() we don't need to construct a QFileInfo instance
just to check if a file exists, we can just use the static member
function to do that (which Qt's documentation also notes as quicker than
constructing an instance).
In UpdateUITheme(), we just want to try and open the file and check the
success of that operation. Technically speaking, between the existence
check and the open call, the file can be deleted or moved, but still
appear to succeed in code. i.e.
1. Existence check -> Returns true
2. File is moved/deleted
3. Open is called, the return value of which isn't checked
4. Nonsense behavior
This way we combine the existence check and the open into one. 
						
						
					 
					
						2018-08-06 14:17:13 -04:00 
						 
				 
			
				
					
						
							
							
								Lioncash 
							
						 
					 
					
						
						
						
						
							
						
						
							d33f641912 
							
						 
					 
					
						
						
							
							qt: Don't show error dialog when canceling the Load Folder dialog  
						
						... 
						
						
						
						Previously, when canceling out of the Load Folder dialog, a user would
get an error dialog about the selected folder not containing a main
file, however, by canceling out of the dialog, no selection was actually
made. 
						
						
					 
					
						2018-08-06 14:02:34 -04:00