-
-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/3.0.6a #2410
Release/3.0.6a #2410
Conversation
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
* fixed ios 16 md5 hash failing; fixed bios watcher crashing * updated to use url * removed post
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]> update emuThreeDS for prior changes Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
Signed-off-by: Joseph Mattiello <[email protected]>
CI Feedback 🧐(Feedback updated until commit 51d4278)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
What does this PR do
Where should the reviewer start
How should this be manually tested
Any background context you want to provide
What are the relevant tickets
Screenshots (important for UI changes)
Questions
PR Type
dependencies
Description
Added multiple FFmpeg library header files (
avformat.h
,camellia.h
,base64.h
) for media handling, encryption, and Base64 utilities, with extensive documentation and API definitions.Introduced Crypto++
zlib.h
header for ZLIB compression and decompression, including error handling and Adler32 checksum integration.Removed outdated or unused files from the project, such as
PVCitraCore.h
,PVCitra.h
, and related scripts.Changes walkthrough 📝
6 files
avformat.h
Added FFmpeg's libavformat public API header file.
Cores/Citra/lib/libavformat.xcframework/ios-i386_x86_64-simulator/libavformat.framework/Headers/avformat.h
avformat.h
header file, which includes definitions,structures, and functions for the FFmpeg library's libavformat module.
demuxing, muxing, I/O operations, and metadata handling.
media formats and streams.
input/output, reading/writing frames, and managing streams.
camellia.h
Introduced CAMELLIA encryption algorithm header in libavutil.
Cores/Citra/lib/libavutil.xcframework/ios-i386_x86_64-simulator/libavutil.framework/Headers/camellia.h
camellia.h
header file for the CAMELLIA encryption algorithmimplementation in FFmpeg's libavutil module.
AVCAMELLIA
structure and related functions for allocation,initialization, and encryption/decryption.
and parameters.
avformat.h
Added FFmpeg's `avformat.h` header for media handling.
Cores/Citra/lib/libavformat.xcframework/ios-arm64_armv7/libavformat.framework/Headers/avformat.h
avformat.h
header file, which is part of the FFmpeglibrary.
public API.
muxing, and I/O operations.
utilities.
base64.h
Added FFmpeg's `base64.h` header for Base64 utilities.
Cores/Citra/lib/libavutil.xcframework/ios-i386_x86_64-simulator/libavutil.framework/Headers/base64.h
base64.h
header file, which is part of the FFmpeg library.avformat.h
Added FFmpeg's libavformat public API header file.
Cores/Citra/lib/libavformat.framework/Headers/avformat.h
avformat.h
header file, which includesdefinitions, structures, and functions for FFmpeg's libavformat.
API, encoding, decoding, and I/O operations.
file handling.
stream management, and format probing.
zlib.h
Added Crypto++ ZLIB compression and decompression header.
Dependencies/FFMpeg/xcframeworks/libcryptopp.xcframework/ios-arm64/Headers/cryptopp/zlib.h
zlib.h
header file for ZLIB compression and decompression inCrypto++.
ZlibCompressor
andZlibDecompressor
with methods forhandling ZLIB streams.
issues.
verification.
101 files