mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Merge pull request #658 from Subv/ref_temporary
EmuWindow: Fixed a reference to a temporary variable
This commit is contained in:
		
						commit
						fdd9fed47e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -110,7 +110,7 @@ public: | ||||||
|      * @return std::tuple of (x, y, pressed) where `x` and `y` are the touch coordinates and |      * @return std::tuple of (x, y, pressed) where `x` and `y` are the touch coordinates and | ||||||
|      *         `pressed` is true if the touch screen is currently being pressed |      *         `pressed` is true if the touch screen is currently being pressed | ||||||
|      */ |      */ | ||||||
|     const std::tuple<u16, u16, bool>& GetTouchState() const { |     const std::tuple<u16, u16, bool> GetTouchState() const { | ||||||
|         return std::make_tuple(touch_x, touch_y, touch_pressed); |         return std::make_tuple(touch_x, touch_y, touch_pressed); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue