SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for citra-20170524-1.8.x86_64.rpm :
Thu May 25 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170524:

* pica/swrasterizer: implement procedural texture

* gl_rasterizer: implement procedural texture

* common: Add a generic interface for logging telemetry fields.

* core: Keep track of telemetry for the current emulation session.

* telemetry: Log a few simple data fields throughout core.

Tue May 23 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170522:

* Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.

* fixup! Dyncom/VFP: Convert denormal outputs into 0 when the FTZ flag is enabled.

Mon May 22 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170521:

* Dyncom/VFP: Perform flush-to-zero on the second operand of vsub before sending it to vadd.

* Kernel: Use a Session object to keep track of the status of a Client/Server session pair.

* Kernel: Remove a now unused enum and variable regarding a session\'s status.

* Upgrade AppVeyor to Visual Studio 2017

* Remove \"Xamarin logspam\" workaround

* externals: Update catch to 1.9.4

* Kernel/Sessions: Remove the ClientSession::Create function.

Sun May 21 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170521:

* swrasterizer: add missing tc0_w and fragment lighting attribute processing

Sat May 20 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170519:

* Services/UDS: Generate the UDS beacons when the beacon callback fires.

* Services/UDS: Implement RecvBeaconBroadcastData.

* Services/UDS: Use the new IPC helper functions.

* use IPCHelper for PTM services

Thu May 18 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170517:

* pica: use correct register value for shader bool_uniforms

Wed May 17 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170516:

* pica: correct bit field length for some registers

Mon May 15 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170514:

* Memory: Add constants for the n3DS additional RAM

* DSP: Create backing memory for entire DSP RAM

* Kernel: Map special regions according to ExHeader

* Pica: Set program code / swizzle data limit to 4096

* Pica: Write shader registers in functions

* Pica: Write GS registers

Thu May 11 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170510:

* Frontend: Prevent FileSystemWatcher from blocking UI thread

Wed May 10 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170510:

* ir: implement new 3ds HID via ir:rst

* fixup!ir: implement new 3ds HID via ir:rst

Tue May 9 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170508:

* citra-qt: Remove disassembler widget

* citra-qt: Remove callstack widget

* Remove ability to load symbol maps

* Remove unused symbols code

* Dyncom: Tweak types and log formatting

* Dyncom: Remove disassembler code

* Revert \"Remove `exceptions` parameter from `normaliseround` VFP functions\"

* Dyncom/VFP: Strip the VFP_NAN_FLAG sentinel value when setting vfp exceptions.

Mon May 8 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170507:

* citra-qt: game list search function fixed minor mistakes

* Fixed some more typos

* Don’t focus the search field if the game is empty

Sat May 6 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170505:

* pica: use correct coordinates for texture 2

* pica: shader_dirty if texture2 coord changed

* Create a random console_unique_id (#2668)

Thu May 4 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170503:

* qt: enable config for circle pad pro

* ir: implement circle pad pro

Mon May 1 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170429:

* citra-qt: game list search function (#2673)

Sat Apr 22 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170421:

* rasterizer: implement combiner operation 7 (Dot3_RGBA)

* gl_shader_gen: remove TODO about Lerp behaviour verification. The implementation is verified against hardware

Thu Apr 20 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170419:

* OpenGL: Move Attributes enum to a more appropriate file

* OpenGL: Move PicaShaderConfig to gl_shader_gen.h

* OpenGL: Pass Pica regs via parameter

Tue Apr 18 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170418:

* ldr_ro: use IPC helper

* input_common/sdl: add support for binding button to axis

Thu Apr 13 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170413:

* dsp_dsp: Messages are modified by service before being sent to DSP

Thu Apr 13 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170412:

* Better looking status bar under Linux Ubuntu (#2662)

Wed Apr 12 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170412:

* Services/UDS: Initial support for hosting local-wlan networks.

* Services/UDS: Store the entire NetworkInfo structure that was used to create the network.

* Service/UDS: Schedule an event to broadcast the beacon frames every 102.4ms.

* Services/UDS: Do not allow trying to start up a network that only the host can connect to.

* Services/UDS: Signal the connection event when closing down the network.

* Services/UDS: Use consistent spelling for WiFi and simplify the GetChannel function.

* Services/UDS: Fixed a style mistake in GetChannel.

Mon Apr 10 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170409:

* Pica/Regs: Correct bit width for blend-equations

Thu Apr 6 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170406:

* refactor APT service to use the new IPC helpers

* move push out of class body and add u8 u16 bool specializations

* fix #2560 and other comments

* IPCHelper Skip method + address comments for apt

* Cast size_t to u32 for PushStaticBuffer usages

* address more comments

* hopefully fix clang-format issues with old version

* shared_page: stub battery state

Tue Apr 4 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170404:

* citra-qt: Move config dialog code to its own directory

Tue Apr 4 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170403:

* error conversion fixes for soc_u

Mon Apr 3 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170402:

* Fix OutputDebugString syscall

Thu Mar 30 14:00:00 2017 pousaduarteAATTgmail.com
- Update to version 20170325:

* Add custom layout settings.

* Common: add ParamPackage

* Input: add device and factory template

* HID: use ButtonDevice

* HID: use AnalogDevice

* InputCommon: add Keyboard

* InputCommon: add AnalogFromButton

* InputCommon: add SDL joystick support

* Qt: rework input configuration for new input system

* Input: remove unused stuff & clean up

* citra: update default ini with new input system

* qt/config_input: don\'t connect for null button

* loader: lower file name logging level

* loader/ncch: less verbose log for loading game list. only log program ID when booting

* file_util: lower logging level for harmless cases

* file_sys: lower log level for setting host path

* file_util: Log when using local user directory

* citra-qt: release all buttons when render window focus is lost

* citra-qt: remove dead code

* apt: fix RequestBuilder parameters for Unwrap

* Adding a linebreak to the README file.

* Removed a linebreak from the README.

* ptm: create SharedExtSave file before openning it


 
ICM