From 594e5742090b6c71559c09ccebfe3bedf5d3f349 Mon Sep 17 00:00:00 2001 From: factory-maintainer <> Date: May 23 2021 21:41:05 +0000 Subject: Update citra to version nightly1711 / rev 4 via SR 895077 https://build.opensuse.org/request/show/895077 by user factory-maintainer + dimstar_suse Automatic submission by obs-autosubmit --- diff --git a/.files b/.files index 5b53442..2a7532e 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 805e20a..6b1ad3f 100644 --- a/.rev +++ b/.rev @@ -15,4 +15,20 @@ Automatic submission by obs-autosubmit 856019 + + 5f0483b02223c82c1dadfee06ea50227 + nightly1696 + + RBrownSUSE + Automatic submission by obs-autosubmit + 878896 + + + fa12a958e68ceb48f7b15679a49d35b3 + nightly1711 + + dimstar_suse + Automatic submission by obs-autosubmit + 895077 + diff --git a/.servicemark b/.servicemark index 38de644..b1f3c93 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -8a4897b041fafb3a42e213cc187810e3 +7df72a380e4a74085409faf5e1180d3b diff --git a/_servicedata b/_servicedata index 8b58a2f..f200276 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,4 @@ https://github.com/citra-emu/citra.git 11baa40d75d8a479bd738a05e91bba6f09856fe5 https://github.com/citra-emu/citra-nightly.git - 3f13e1cc2419fac837952c44d7be9db78b054a2f \ No newline at end of file + 842031a2eb0b4bac4a351db914530296812962d1 \ No newline at end of file diff --git a/citra-nightly1659.obscpio b/citra-nightly1659.obscpio deleted file mode 120000 index 3bb73b8..0000000 --- a/citra-nightly1659.obscpio +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeih3bgxstkplpgqcul77vhslid47xnpewrtr62hywbjhk6k4w7yyai \ No newline at end of file diff --git a/citra-nightly1711.obscpio b/citra-nightly1711.obscpio new file mode 120000 index 0000000..a1f0694 --- /dev/null +++ b/citra-nightly1711.obscpio @@ -0,0 +1 @@ +/ipfs/bafybeieozsuc4oq2c6zf3a7yn6ospdysw53say6yepyi67jmsnskjthmla \ No newline at end of file diff --git a/citra.changes b/citra.changes index 734cc70..1629aed 100644 --- a/citra.changes +++ b/citra.changes @@ -1,4 +1,150 @@ ------------------------------------------------------------------- +Sun May 16 17:55:36 UTC 2021 - pousaduarte@gmail.com + +- Update to version nightly1711: + * Fix Disk shader cache when accurate multiplication is off (#5711) + * Update translations (2021-03-01) (#5730) + * NWM_UDS: implement disconnect_reason and EjectClient (#5331) + * Update dynarmic + * gcc 11 compatibility fix (suggestion) (#5778) + * sdl2_sink: remove SDL_AUDIO_ALLOW_FREQUENCY_CHANGE flag + * Re-update catch and dynarmic + * input_common: Fix libusb include on Arch + * libusb: Add /utf-8 compile option for MSVC. + * gcadapter: Implement auto map feature + * cmake: unbreak system libusb support + * configure_input: Add frontend text for GC adapter + * gc_adapter: Port code cleanup and feature updates from yuzu + * input_common: Add support for GameCube Adapter + * externals: Track upstream libusb + * Update src/citra_qt/configuration/configure_storage.cpp + * Update src/citra_qt/configuration/configure_storage.h + * citra-qt: Added configure storage to handle NAND and SDMC dir location + * config: better variable naming + * config: Added nand_directory and sdmc_directory to Settings + * file_util: Add a function to update the user path + * settings: Save and load NAND/SD dirs from config + * update catch + * Update dynarmic + * gl_rasterizer: check for GL_ARB_copy_image + * shader_disk_cache: warn the user when ARB_get_program_binary is not supported. + * fix(net): prevent gibberish padding on linux + * common/telemetry: Migrate namespace into the Common namespace + * main/common: Log/append AVX/FMA to the Host CPU string if available and add AVX512 detection + * common/telemetry: Migrate core-independent info gathering to common + * Rename profiler parameter names + * Mark variables only used on trace logs as maybe_unused + * Use maybe_unused instead of Q_UNUSED + * fix clang format + * fix some conversion warnings + * unreachable code + * Fix nihstro include style to conform to the style used in other instances. + * Solve some unreferenced parameter warnings + * Resolve some variable hiding warnings + * Resolve unused variable warnings + * Resolve some type conversion warnings + * remove unnecessary headers + * resolve warnings of deprecated Qt members + +------------------------------------------------------------------- +Sun Mar 07 00:11:54 UTC 2021 - pousaduarte@gmail.com + +- Update to version nightly1696: + * bootmanager: fix memory leaks when loading save states + +------------------------------------------------------------------- +Fri Feb 26 10:08:58 UTC 2021 - pousaduarte@gmail.com + +- Update to version nightly1695: + * Fix destructor order in rasterizer cache (#5725) + +------------------------------------------------------------------- +Fri Feb 12 15:07:41 UTC 2021 - pousaduarte@gmail.com + +- Update to version nightly1692: + * fix recycling custom textures + * remove semicolon + * gl_rasterizer_cache: don't place null textures in the recycler + * gl_rasterizer_cache: Recycle host textures Allocating new textures has fairly high driver overhead. We can avoid some of this by reusing the textures from destroyed surfaces since the game will probably create more textures with the same dimensions and format. + * gl_rasterizer_cache: Remove all fully invalid surfaces from the cache Some games (e.g. Pilotwings Resort) create many surfaces that are invalidated quickly but were never removed. This occasionally lead to large lag spikes due to high lookup times and other data structure management overhead. + +------------------------------------------------------------------- +Thu Feb 11 22:04:14 UTC 2021 - pousaduarte@gmail.com + +- Update to version nightly1691: + * string_util: Remove MSVC workaround for converting between UTF8/UTF16 + * Avoid leaking fences during re-presentation (#5713) + * configure_input: set modifier_scale undonditionally when restoring default + * configure_input: fix modifier scale saving + * externals: Update Xbyak to 5.96 + * xbyak_abi: Prefer returning a struct to using out parameters in ABI_CalculateFrameSize + * xbyak_abi: Register indexes should be unsigned + +------------------------------------------------------------------- +Mon Feb 08 00:57:04 UTC 2021 - pousaduarte@gmail.com + +- Update to version nightly1687: + * Fix macos build (#5703) + +------------------------------------------------------------------- +Sun Feb 07 00:34:11 UTC 2021 - pousaduarte@gmail.com + +- Update to version nightly1686: + * core: Make use of [[nodiscard]] with the System class + * citra_qt: Migrate off of setMargin() to setContentsMargins() + * citra_qt/main: Save settings when starting guest + * Update translations (2021-01-01) + * core: Remove unnecessary enum casts in log calls + * video_core: Remove unnecessary enum class casting in logging messages + +------------------------------------------------------------------- +Sun Jan 31 00:09:17 UTC 2021 - pousaduarte@gmail.com + +- Update to version nightly1680: + * Implement APT command 0x0103 (#5478) + +------------------------------------------------------------------- +Sun Jan 10 00:30:30 UTC 2021 - pousaduarte@gmail.com + +- Update to version nightly1679: + * Add 3D slider value to the HID shared page (#5676) + * CMakeFiles: Update json to 3.9.0 + * Delete the old log file before rotating (#5675) + * Look at direction of analog axis travel instead of instantaneous sample (#5509) + * general: Fix various spelling errors + +------------------------------------------------------------------- +Sun Jan 03 00:28:00 UTC 2021 - pousaduarte@gmail.com + +- Update to version nightly1674: + * Fix the old log file to work with the log parser. + * zstd: define include_directories for build interface only + * Automatic Controller Binding (#5100) + * zstd: set include directory directly + * Rotate previous log file to '.old' if it exists + * Update zstd to v1.4.8 + * citra_qt/cheats: Make window resizable and remove help hint + +------------------------------------------------------------------- +Thu Dec 31 20:20:52 UTC 2020 - pousaduarte@gmail.com + +- Update to version nightly1669: + * Merge generic part of Android microphone changes (#5624) + * Update deps.sh (#5665) + * Revert #5530 "Port yuzu-emu/yuzu#4539" + * Update Gradle + * Update Bitrise build stages + * Merge ARM64 Dynarmic (#5620) + * Use alternate-form formatting for floats after `fmt` 7.1.2 update (#5654) + * game_list_p: Resolve deprecated usage of QVariant operator< + * udp/client: Take std::function by const reference with TestCommunication() + * Revert ENABLE_FDK to dependent option + * Remove pessimistic sanity check + * Enable fdk decoder in flatpak version + * change ENABLE_FDK to option + * common: Silence two discarded result warnings + +------------------------------------------------------------------- Tue Dec 08 13:15:44 UTC 2020 - pousaduarte@gmail.com - Update to version nightly1659: diff --git a/citra.obsinfo b/citra.obsinfo index 0e6df70..95d4db7 100644 --- a/citra.obsinfo +++ b/citra.obsinfo @@ -1,5 +1,5 @@ name: citra -version: nightly1659 -mtime: 1607353576 -commit: 3f13e1cc2419fac837952c44d7be9db78b054a2f +version: nightly1711 +mtime: 1621154702 +commit: 842031a2eb0b4bac4a351db914530296812962d1 diff --git a/citra.spec b/citra.spec index ec0bafb..e72fa16 100644 --- a/citra.spec +++ b/citra.spec @@ -18,7 +18,7 @@ Name: citra -Version: nightly1659 +Version: nightly1711 Release: 0 Summary: Nintendo 3DS emulator License: GPL-2.0-or-later