mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-10-31 00:30:05 +00:00 
			
		
		
		
	Save loop delay, speed, and time to settings on shutdown
This commit is contained in:
		
							parent
							
								
									8f0afbcd1c
								
							
						
					
					
						commit
						e8e3032dcd
					
				
					 11 changed files with 138 additions and 19 deletions
				
			
		|  | @ -51,7 +51,8 @@ SettingsVariable<T>::operator=(SettingsVariable&&) noexcept = default; | |||
| template<class T> | ||||
| inline auto FormatParameter(const T& value) | ||||
| { | ||||
|    if constexpr (std::is_integral_v<T> || std::is_same_v<T, std::string>) | ||||
|    if constexpr (std::is_integral_v<T> || std::is_floating_point_v<T> || | ||||
|                  std::is_same_v<T, std::string>) | ||||
|    { | ||||
|       return value; | ||||
|    } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dan Paulat
						Dan Paulat