early-access version 4161
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| yuzu emulator early access | ||||
| ============= | ||||
|  | ||||
| This is the source code for early-access 4160. | ||||
| This is the source code for early-access 4161. | ||||
|  | ||||
| ## Legal Notice | ||||
|  | ||||
|   | ||||
| @@ -146,11 +146,15 @@ public: | ||||
|                 break; | ||||
|             } | ||||
|  | ||||
|             if (released < tags.size()) { | ||||
|                 tags[released] = tag; | ||||
|             } | ||||
|  | ||||
|             released++; | ||||
|  | ||||
|             if (released >= tags.size()) { | ||||
|                 break; | ||||
|             } | ||||
|  | ||||
|             tags[released++] = tag; | ||||
|         } | ||||
|  | ||||
|         return released; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user