mirror of
				https://github.com/Ryujinx/ryuko-ng.git
				synced 2025-11-04 13:14:57 +00:00 
			
		
		
		
	Add "cracked" to susp_words
This commit is contained in:
		
							parent
							
								
									2b83b355e9
								
							
						
					
					
						commit
						6ca7516312
					
				| 
						 | 
				
			
			@ -23,6 +23,7 @@ class Logs(Cog):
 | 
			
		|||
        self.susp_words = ["sx", "tx", "reinx",  # piracy-enabling cfws
 | 
			
		||||
                           "tinfoil", "dz",  # title managers
 | 
			
		||||
                           "goldleaf", "lithium",  # title managers
 | 
			
		||||
                           "cracked", # older term for pirated games
 | 
			
		||||
                           "xci"]  # "backup" format
 | 
			
		||||
        susp_hellgex = "|".join([r"\W*".join(list(word)) for
 | 
			
		||||
                                 word in self.susp_words])
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue