- Jul 24, 2018
-
-
MerryMage authored
-
- Jul 23, 2018
-
-
Lioncash authored
This is just an unused hold-over from citra, so we can get rid of this to trim off an exposed global, among other things.
-
Lioncash authored
This is a holdover from citra that's essentially unused.
-
Zach Hilman authored
Cleanup Review fixes
-
- Jul 22, 2018
-
-
MerryMage authored
-
- Jul 19, 2018
-
-
Zach Hilman authored
* Virtual Filesystem * Fix delete bug and documentate * Review fixes + other stuff * Fix puyo regression
-
- Jul 08, 2018
-
- Jul 06, 2018
-
-
Zach Hilman authored
* Add VfsFile and VfsDirectory classes * Finish abstract Vfs classes * Implement RealVfsFile (computer fs backend) * Finish RealVfsFile and RealVfsDirectory * Finished OffsetVfsFile * More changes * Fix import paths * Major refactor * Remove double const * Use experimental/filesystem or filesystem depending on compiler * Port partition_filesystem * More changes * More Overhaul * FSP_SRV fixes * Fixes and testing * Try to get filesystem to compile * Filesystem on linux * Remove std::filesystem and document/test * Compile fixes * Missing include * Bug fixes * Fixes * Rename v_file and v_dir * clang-format fix * Rename NGLOG_* to LOG_* * Most review changes * Fix TODO * Guess 'main' to be Directory by filename
-
- Jun 25, 2018
-
-
mailwl authored
-
- Jun 21, 2018
-
-
Zach Hilman authored
* Start to add NCA support in loader * More nca stuff * More changes to nca.cpp * Now identifies decrypted NCA cont. * Game list fixes and more structs and stuff * More updates to Nca class * Now reads ExeFs (i think) * ACTUALLY LOADS EXEFS! * RomFS loads and games execute * Cleanup and Finalize * plumbing, cleanup and testing * fix some things that i didnt think of before * Preliminary Review Changes * Review changes for bunnei and subv
-
Michael Scire authored
-
- Jun 05, 2018
-
-
mailwl authored
-
- May 30, 2018
-
-
mailwl authored
-
- May 28, 2018
-
-
mailwl authored
-
- May 10, 2018
-
-
bunnei authored
-
- May 03, 2018
-
-
Lioncash authored
Prevents creating multiple copies of the vtable in every translation unit that uses the class. Also silences a -Wweak-vtables warning
-
- Apr 25, 2018
-
-
mailwl authored
PCTL::CreateServiceWithoutInitialize and IParentalControlService::Initialize, required by Kirby Star Allies
-
- Apr 22, 2018
-
-
David Marcec authored
Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)
-
- Apr 21, 2018
-
-
Subv authored
-
- Apr 16, 2018
-
-
shinyquagsire23 authored
-
- Apr 10, 2018
-
-
mailwl authored
-
- Apr 03, 2018
-
-
bunnei authored
-
- Mar 30, 2018
-
-
bunnei authored
service: Initialize NFP service. Log: Add NFP service as a log subtype.
-
- Mar 25, 2018
-
-
mailwl authored
-
- Mar 23, 2018
-
-
mailwl authored
-
- Mar 22, 2018
-
-
mailwl authored
-
- Mar 20, 2018
- Mar 03, 2018
-
-
mailwl authored
-
- Mar 02, 2018
-
-
Subv authored
-
- Feb 25, 2018
-
-
shinyquagsire23 authored
-
- Feb 19, 2018
-
-
bunnei authored
-
- Feb 18, 2018
- Feb 15, 2018
-
-
bunnei authored
-
- Feb 12, 2018
-
-
Subv authored
Also moved the GPU MemoryManager class to video_core since it makes more sense for it to be there.
-
- Feb 10, 2018
-
-
bunnei authored
-
- Feb 08, 2018
-
-
bunnei authored
-
- Feb 06, 2018
-
-
David authored
* FinishInitalize needed for 3.0.1+ games * nvdrv:s and nvdrv:t both use NVDRV * Most settings return 0 on hardware, disabled NV_MEMORY_PROFILER for now. NVN_THROUGH_OPENGL & NVRM_GPU_PREVENT_USE are a few interesting settings to look at. Carefully choosing settings can help with drawing graphics later on * Initial /dev/nvhost-gpu support * ZCullBind * Stubbed SetErrorNotifier * Fixed SetErrorNotifier log, Added SetChannelPriority * Allocate GPFIFO Ex2, Allocate Obj Ctx, Submit GPFIFO * oops * Fixed up naming/structs/enums. Used vector instead of array for "gpfifo_entry" * Added missing fixes * /dev/nvhost-ctrl-gpu * unneeded struct * Forgot u32 in enum class * Automatic descriptor swapping for ioctls, fixed nvgpu_gpu_get_tpc_masks_args being incorrect size * nvdrv#QueryEvent * Renamed logs for nvdrv * Refactor ioctl so nv_result isn't needed * /dev/nvhost-as-gpu * Fixed Log service naming, CtxObjects now u32, renamed all structs, added static_asserts to structs, used INSERT_PADDING_WORDS instead of u32s * nvdevices now uses "Ioctl" union, * IoctlGpfifoEntry now uses bit field * final changes
-
- Feb 03, 2018
-
-
mailwl authored
-