mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 21:35:25 +00:00
(Android) Bump up to version r11
(PS3) Get rid of ifndef
This commit is contained in:
parent
5979884389
commit
f4454b004f
@ -1,6 +1,6 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.retroarch"
|
||||
android:versionCode="10"
|
||||
android:versionCode="11"
|
||||
android:versionName="0.9.8.1" >
|
||||
<uses-feature android:glEsVersion="0x00020000" />
|
||||
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
|
||||
|
@ -1367,20 +1367,16 @@ bool gl_cg_save_cgp(const char *path, const struct gl_cg_cgp_info *info)
|
||||
fprintf(file, "scale0 = %.1f\n", info->fbo_scale);
|
||||
}
|
||||
|
||||
#ifndef __CELLOS_LV2__
|
||||
if (info->lut_texture_path && info->lut_texture_id)
|
||||
{
|
||||
fprintf(file, "textures = %s\n", info->lut_texture_id);
|
||||
fprintf(file, "%s = \"%s\"\n",
|
||||
info->lut_texture_id, info->lut_texture_path);
|
||||
|
||||
/* something is breaking in here right now - don't know what it is, but don't bother with it for now */
|
||||
|
||||
fprintf(file, "%s_absolute = %s\n",
|
||||
info->lut_texture_id,
|
||||
info->lut_texture_absolute ? "true" : "false");
|
||||
}
|
||||
#endif
|
||||
|
||||
fclose(file);
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user