SHA256
1
0
forked from pool/retroarch
retroarch/_service
Yunhe Guo 89a8f296f6 - Update to version 0~git20200517:
* Won't compile on old OSX PowerPC GCC
  * Fix and cleanup flags for gekko platforms
  * Switch from ad-hoc endianness handling to retro_endianness.h
  * Add file_path_io.c as it's required for linux compilation
  * Add back missing files
  * Fix psl1ght defines
  * Update VFS-related parts of libretro-common
  * retro_run: Don't attempt to run domm lop after exit
  * MSVC buildfix
  * Use fixed point in precise flat calculation
  * Make sure variable declaration is C89 compatible
  * Add joystick axis to the control descriptors
  * C89 buildfixes
  * Increase size of savestate to fit MAP19
  * Fix savestate load from non-level state to level
  * Avoid glitchy mobj interpolation when rewinding
  * Fix warnings on mingw64
  * Do not alter gameaction on G_DoSaveGameToBuffer
  * Determine if "gameless" savestate from "gamestate"
  * Interpolation support for serialized states
  * Only tick menu when active
  * Use gametic instead of skullAnimCounter
  * Fix menu skull blinking
  * Do not reallocate or memcpy save state buffer
  * C89 buildfixes
  * Implement retro_serialize and retro_unserialize.
  * Fix double-free on failed load

OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=41
2020-06-23 19:22:57 +00:00

21 lines
700 B
Plaintext

<services>
<service name="tar_scm" mode="localonly">
<param name="scm">git</param>
<param name="url">https://github.com/libretro/RetroArch.git</param>
<param name="filename">retroarch</param>
<param name="revision">v1.8.9</param>
<param name="version">1.8.9</param>
<param name="exclude">media/icons</param>
<param name="exclude">ps2</param>
<param name="exclude">uwp</param>
<param name="exclude">wii</param>
<param name="exclude">wiiu</param>
</service>
<service name="recompress" mode="localonly">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="localonly"/>
</services>