Please login to access the resource
Overview

Request 534090 accepted

- Update to version 20171014:
* Add a subdirectory of icons for Linux builds (#3006)
- Update to version 20171011:
* Add QtIFW configuration & build files
* Fix tabs -> spaces
* Installer: Converted the build scripts to cmake and added an "installer" target
* Installer: Address review comments
* Installer: Capitalize T in Team and update install location for linux
- Update to version 20171009:
* travis: Split build scripts for different platforms
- Update to version 20171008:
* file_sys/archive_ncch: use NCCHContainer instead of loading .romfs files
* file_sys/ncch_container: add RomFS, ExeFS override to allow for backward compatibility with existing .romfs system archive dumps
* file_sys: add class for Title Metadata (TMD)
* file_sys, loader: add support for reading TMDs to determine app paths
* Memory: Remove all GetPointer usages from the GDB stub.
* SVC: Replace GetPointer usage with Read32 in WaitSynchronizationN.
* SVC: Replace GetPointer usage with Read32 in ReplyAndReceive.
* SVC: Replace GetPointer usage with ReadBlock in OutputDebugString.
* SVC: Replace GetPointer usage with ReadCString in ConnectToPort.
* SVC: Remove GetPointer usage in CreatePort.
* SVC: Removed GetPointer usage in the GetResourceLimit functions.
* Change command header in nwm::UDS Initialize function
- Update to version 20171004:
* HLE/APT: Always set up the APT parameter when starting a library applet.
* macOS: Build x86_64h slice
* Kernel/SharedMemory: Don't take over and unmap the source memory block when creating a shared memory, just reference it.
* Extracted the attribute setup and draw commands into their own functions
- Update to version 20171001:
* HLE/APT: Prepare the APT Wakeup parameter when the game calls Initialize
* HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that the Home Menu doesn't try to reboot the system.
* Memory: Allow IsValidVirtualAddress to be called with a specific process parameter.
* Tests: Fixed ARM VFP tests
* Tests: Added Memory::IsValidVirtualAddress tests.
* Kernel/Thread: Allow specifying which process a thread belongs to when creating it.
* Loaders: Don't automatically set the current process every time we load an application.
* Kernel/Threads: When putting a thread to wait, specify a function to execute when it is awoken.
* Fixed type conversion ambiguity
* Add the .vs folder and the CMakeSettings.json file from Visual Studio to gitignore.
* Services/UDS: Handle the rest of the connection sequence. (#2963)
* Moved down_count to CoreTiming
* Services/NIM: Implement CheckForSysUpdateEvent.
* Kernel/Thread: Added a helper function to get a thread's command buffer VAddr.
* Memory: Make ReadBlock take a Process parameter on which to operate
* Memory: Make WriteBlock take a Process parameter on which to operate
- Update to version 20170927:
* Memory/RasterizerCache: Ignore unmapped memory regions when caching physical regions.
* Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types.
- Update to version 20170926:
* HLE/Archives: Allow multiple loaded applications to access their SelfNCCH archive independently.
* Audio: Use std::deque instead of std::vector for the audio buffer type (StereoBuffer16).
- Update to version 20170925:
* GPU: Add draw for immediate and batch modes
* Remove pipeline.gpu_mode and fix minor issues
* HLE/SRV: Implemented RegisterService.
* citra-qt: fix some untranslated strings
* Optimized Morton
* memory: Add GetCurrentPageTable/SetCurrentPageTable
* memory: Remove GetCurrentPageTablePointers
* ARM_Interface: Implement PageTableChanged
* Optimized Float multiplication
* Services/UDS: Added a function to send EAPoL-Start packets (#2920)
* Loader/NCCH: Add support for loading application updates (#2927)
- Update to version 20170922:
* Fixed framebuffer warning
* Improved performance of FromAttributeBuffer
* WebService: Verify username and token (#2930)
* WebService: Set USE_SYSTEM_CURL for travis linux builds
- Update to version 20170916:
* SwRasterizer: implement custom clip plane
* gl_rasterizer: implement custom clip plane
* SwRasterizer/Clipper: flip the sign convention to match PICA and OpenGL
* Kernel/Memory: Give each Process its own page table.
* Kernel/Memory: Switch the current page table when a new process is scheduled.
* Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer.
* Kernel/Threads: Don't clear the CPU instruction cache when performing a context switch from an idle thread into a thread in the same process.
* Kernel/Memory: Make IsValidPhysicalAddress not go through the current process' virtual memory mapping.
* Tests/VFP: Use a standalone pagetable for the TestEnvironment memory operations.
* CPU/Dynarmic: Disable the fast page-table access in dynarmic until it supports switching page tables at runtime.
* Services/NS: Port ns:s to the new service framework.

Loading...
Request History
Duarte Pousa's avatar

xenonpk created request

- Update to version 20171014:
* Add a subdirectory of icons for Linux builds (#3006)
- Update to version 20171011:
* Add QtIFW configuration & build files
* Fix tabs -> spaces
* Installer: Converted the build scripts to cmake and added an "installer" target
* Installer: Address review comments
* Installer: Capitalize T in Team and update install location for linux
- Update to version 20171009:
* travis: Split build scripts for different platforms
- Update to version 20171008:
* file_sys/archive_ncch: use NCCHContainer instead of loading .romfs files
* file_sys/ncch_container: add RomFS, ExeFS override to allow for backward compatibility with existing .romfs system archive dumps
* file_sys: add class for Title Metadata (TMD)
* file_sys, loader: add support for reading TMDs to determine app paths
* Memory: Remove all GetPointer usages from the GDB stub.
* SVC: Replace GetPointer usage with Read32 in WaitSynchronizationN.
* SVC: Replace GetPointer usage with Read32 in ReplyAndReceive.
* SVC: Replace GetPointer usage with ReadBlock in OutputDebugString.
* SVC: Replace GetPointer usage with ReadCString in ConnectToPort.
* SVC: Remove GetPointer usage in CreatePort.
* SVC: Removed GetPointer usage in the GetResourceLimit functions.
* Change command header in nwm::UDS Initialize function
- Update to version 20171004:
* HLE/APT: Always set up the APT parameter when starting a library applet.
* macOS: Build x86_64h slice
* Kernel/SharedMemory: Don't take over and unmap the source memory block when creating a shared memory, just reference it.
* Extracted the attribute setup and draw commands into their own functions
- Update to version 20171001:
* HLE/APT: Prepare the APT Wakeup parameter when the game calls Initialize
* HLE/APT: Always return an error from PrepareToStartNewestHomeMenu so that the Home Menu doesn't try to reboot the system.
* Memory: Allow IsValidVirtualAddress to be called with a specific process parameter.
* Tests: Fixed ARM VFP tests
* Tests: Added Memory::IsValidVirtualAddress tests.
* Kernel/Thread: Allow specifying which process a thread belongs to when creating it.
* Loaders: Don't automatically set the current process every time we load an application.
* Kernel/Threads: When putting a thread to wait, specify a function to execute when it is awoken.
* Fixed type conversion ambiguity
* Add the .vs folder and the CMakeSettings.json file from Visual Studio to gitignore.
* Services/UDS: Handle the rest of the connection sequence. (#2963)
* Moved down_count to CoreTiming
* Services/NIM: Implement CheckForSysUpdateEvent.
* Kernel/Thread: Added a helper function to get a thread's command buffer VAddr.
* Memory: Make ReadBlock take a Process parameter on which to operate
* Memory: Make WriteBlock take a Process parameter on which to operate
- Update to version 20170927:
* Memory/RasterizerCache: Ignore unmapped memory regions when caching physical regions.
* Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types.
- Update to version 20170926:
* HLE/Archives: Allow multiple loaded applications to access their SelfNCCH archive independently.
* Audio: Use std::deque instead of std::vector for the audio buffer type (StereoBuffer16).
- Update to version 20170925:
* GPU: Add draw for immediate and batch modes
* Remove pipeline.gpu_mode and fix minor issues
* HLE/SRV: Implemented RegisterService.
* citra-qt: fix some untranslated strings
* Optimized Morton
* memory: Add GetCurrentPageTable/SetCurrentPageTable
* memory: Remove GetCurrentPageTablePointers
* ARM_Interface: Implement PageTableChanged
* Optimized Float multiplication
* Services/UDS: Added a function to send EAPoL-Start packets (#2920)
* Loader/NCCH: Add support for loading application updates (#2927)
- Update to version 20170922:
* Fixed framebuffer warning
* Improved performance of FromAttributeBuffer
* WebService: Verify username and token (#2930)
* WebService: Set USE_SYSTEM_CURL for travis linux builds
- Update to version 20170916:
* SwRasterizer: implement custom clip plane
* gl_rasterizer: implement custom clip plane
* SwRasterizer/Clipper: flip the sign convention to match PICA and OpenGL
* Kernel/Memory: Give each Process its own page table.
* Kernel/Memory: Switch the current page table when a new process is scheduled.
* Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the current process' page table to obtain a pointer.
* Kernel/Threads: Don't clear the CPU instruction cache when performing a context switch from an idle thread into a thread in the same process.
* Kernel/Memory: Make IsValidPhysicalAddress not go through the current process' virtual memory mapping.
* Tests/VFP: Use a standalone pagetable for the TestEnvironment memory operations.
* CPU/Dynarmic: Disable the fast page-table access in dynarmic until it supports switching page tables at runtime.
* Services/NS: Port ns:s to the new service framework.


Klaus Kämpf's avatar

kwk accepted request

openSUSE Build Service is sponsored by