preparing to release 0.70.1
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -4,8 +4,8 @@
 | 
				
			|||||||
-->
 | 
					-->
 | 
				
			||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
 | 
					<manifest xmlns:android="http://schemas.android.com/apk/res/android"
 | 
				
			||||||
      package="com.nesbox.tic"
 | 
					      package="com.nesbox.tic"
 | 
				
			||||||
      android:versionCode="6003"
 | 
					      android:versionCode="7001"
 | 
				
			||||||
      android:versionName="0.60.3"
 | 
					      android:versionName="0.70.1"
 | 
				
			||||||
      android:installLocation="auto">
 | 
					      android:installLocation="auto">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" />
 | 
					    <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" />
 | 
				
			||||||
 
 | 
				
			|||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -834,6 +834,8 @@ static void blitSound()
 | 
				
			|||||||
	else SDL_QueueAudio(platform.audio.device, tic->samples.buffer, tic->samples.size);
 | 
						else SDL_QueueAudio(platform.audio.device, tic->samples.buffer, tic->samples.size);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#if !defined(__EMSCRIPTEN__) && !defined(__MACOSX__)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void renderKeyboard()
 | 
					static void renderKeyboard()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if(platform.touchCounter == 0 || !isKbdVisible()) return;
 | 
						if(platform.touchCounter == 0 || !isKbdVisible()) return;
 | 
				
			||||||
@@ -907,6 +909,8 @@ static void renderGamepad()
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static void blitCursor(const u8* in)
 | 
					static void blitCursor(const u8* in)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	if(!platform.mouse.texture)
 | 
						if(!platform.mouse.texture)
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -28,8 +28,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#define TIC_VERSION_MAJOR 0
 | 
					#define TIC_VERSION_MAJOR 0
 | 
				
			||||||
#define TIC_VERSION_MINOR 70
 | 
					#define TIC_VERSION_MINOR 70
 | 
				
			||||||
#define TIC_VERSION_PATCH 0
 | 
					#define TIC_VERSION_PATCH 1
 | 
				
			||||||
#define TIC_VERSION_STATUS "-dev.5"
 | 
					#define TIC_VERSION_STATUS ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#if defined(TIC80_PRO)
 | 
					#if defined(TIC80_PRO)
 | 
				
			||||||
#define TIC_VERSION_POST " Pro"
 | 
					#define TIC_VERSION_POST " Pro"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user