Nekotekina
|
bfb3144f34
|
sys_net: Force AF_INET
|
2017-12-02 12:36:05 +03:00 |
|
Jake
|
d17093e65b
|
spu: Fix interrupt jump check - also change interrupt variable to atomic bool for ease of setting/checking
|
2017-12-01 20:29:59 +03:00 |
|
Jake
|
34e01ba3d8
|
mfc: Fix support for list transfer stall bit with partial support for out of order execution - Also give Sync commands a size so they are properly detected by queue checks
|
2017-12-01 20:29:59 +03:00 |
|
Jake
|
8b476b5bfa
|
spu: Recompiler Interrupt optimizations - Pigeonhole optimize for branching pattern that is used to enable and disable interrupts used in code, this should lower amount of blocks that are compiled and avoid falling out of a block - Recompiled interupt check in some cases to stay in block instead of falling out to dispatcher
|
2017-12-01 20:29:59 +03:00 |
|
Jake
|
ad97780c4f
|
spu: Implement DFCMGT for interpreter and recompiler
|
2017-12-01 20:29:59 +03:00 |
|
Jake
|
17cf24d0ed
|
sys_memory: Lower maximum size for memory block to fake OS size - Report available memory minus another fake block that can be used for the OS
|
2017-12-01 20:29:59 +03:00 |
|
Zion Nimchuk
|
c424652b43
|
Silence warnings in misc files (gui, psp2, mfc, mouse)
|
2017-11-30 18:07:19 +03:00 |
|
Zion Nimchuk
|
8276d29d4f
|
Silence warnings in lv2/Modules
|
2017-11-30 18:07:19 +03:00 |
|
Zion Nimchuk
|
b9b06143d2
|
Silence some warnings in some files in Utilities
|
2017-11-30 18:07:19 +03:00 |
|
elad
|
91fd1465f2
|
SPU MFC: Clamp tag and size (#3803)
|
2017-11-29 16:28:41 +04:00 |
|
Nekotekina
|
695b4c1f06
|
Change sys_usbd_receive_event
|
2017-11-27 23:15:28 +03:00 |
|
VelocityRa
|
754cdea435
|
Avoid recreating SwsContext every frame
* Applies to video decoding(`libvdec`) and post-processing(`libvpost`).
|
2017-11-27 22:35:40 +04:00 |
|
Nekotekina
|
f7803927d9
|
Fix exitspawn (autoexit option)
Fix other situations affected by this options
|
2017-11-26 09:02:37 +03:00 |
|
scribam
|
78101a9e57
|
cmake: remove unused link to ffmpeg libswresample
|
2017-11-25 14:07:11 +00:00 |
|
Nekotekina
|
74c248150b
|
Log sys_fs_utime values
|
2017-11-23 18:38:05 +03:00 |
|
Ofek
|
3628a8593f
|
Fix cellGameBootCheck for disc games (#3771)
Don't return dirName
|
2017-11-23 16:27:44 +04:00 |
|
Ofek
|
58c42ad9c0
|
Check sys_spu_thread_group_create's nsize (#3742)
* Check sys_spu_thread_group_create's nsize
* cellSearch callback correction
|
2017-11-23 02:02:23 +04:00 |
|
clienthax
|
86a34fbb45
|
Fix regressions caused by network code. (#3702)
* Stub SOCK_DGRAM_P2P to allow some games to load again.
* Add 'support' for unspec sockets
(Have only seen the youtube app using these so far)
|
2017-11-20 16:42:16 +03:00 |
|
Zion Nimchuk
|
12ecba7d49
|
Initial work on sys_usbd syscalls
|
2017-11-19 23:11:13 +03:00 |
|
Nekotekina
|
c435b328c7
|
Implement savedata delete op
|
2017-11-15 21:00:02 +03:00 |
|
Nekotekina
|
0d1cb8c878
|
Fix cellMsgDialog
|
2017-11-15 21:00:02 +03:00 |
|
Nekotekina
|
16d7023a92
|
cellSaveData fixes
|
2017-11-15 21:00:02 +03:00 |
|
Nekotekina
|
358afc045d
|
Minor fix (cellGame)
|
2017-11-15 21:00:02 +03:00 |
|
Nekotekina
|
0fbb8b9a18
|
Implement _sys_prx_load_module_by_fd
Implement _sys_prx_load_module_on_memcontainer_by_fd
|
2017-11-15 21:00:02 +03:00 |
|
clienthax
|
9e0b881b2b
|
Fire callback in cellSearchInitialize
Allows BLJS10131 to get ingame ;)
|
2017-11-15 02:26:36 +04:00 |
|
clienthax
|
946ba3be29
|
Fix bug in sys_spu_thread_group_create (#3734)
|
2017-11-14 22:24:55 +04:00 |
|
Ofek
|
8fc9862614
|
Fix cellGameGet(Set)Param (#3690)
* Fix cellGameGet(Set)Param
|
2017-11-11 22:22:38 +00:00 |
|
Talkashie
|
55d84414ee
|
Stub sceNpSnsFbCheckConfig (#3720)
|
2017-11-11 22:18:32 +04:00 |
|
scribam
|
3e7ed8a831
|
PPUTranslator minor changes
|
2017-11-08 08:34:00 +04:00 |
|
Zion Nimchuk
|
6782b22637
|
Make cellMouseGetDataList return CELL_MOUSE_ERROR_NO_DEVICE if mouse handler is set to null
|
2017-11-04 19:55:32 +00:00 |
|
Robbie
|
47bacc0ef0
|
Make trophy dialog smarter and not need the silly file. Can load all games by default now.
|
2017-11-03 21:15:43 +03:00 |
|
Tahir Akhlaq
|
3d0dced4bd
|
change CryptAcquireContextW to try CRYPT_NEWKEYSET flag if key container doesnt exist already < https://msdn.microsoft.com/en-us/library/windows/desktop/aa379886(v=vs.85).aspx >
|
2017-11-03 14:17:37 +03:00 |
|
Nekotekina
|
59cd0a9c7f
|
Implement set_native_priority (posix)
|
2017-11-01 05:07:12 +03:00 |
|
Nekotekina
|
af107df0b4
|
Fix NPDRM exitspawn
|
2017-11-01 05:07:12 +03:00 |
|
Nekotekina
|
0e7e40f2cb
|
Fix /dev_bdvd/ for exitspawn
|
2017-11-01 05:07:11 +03:00 |
|
Robbie
|
4aa89132d7
|
Implement Trophy Manager.
|
2017-10-29 18:48:33 +03:00 |
|
Nekotekina
|
1ffc1e82b0
|
fixup
|
2017-10-28 23:39:10 +03:00 |
|
Nekotekina
|
89fba1c385
|
ppu_acontext draft
|
2017-10-28 23:24:08 +03:00 |
|
Jake
|
e0d1ac676e
|
rsx: invalidate surface store address when tile is unbound
|
2017-10-28 12:46:20 +03:00 |
|
Jake
|
494cbac78b
|
spu: save and restore mfc cmd after processing
|
2017-10-28 12:46:20 +03:00 |
|
Jake
|
0d46a8e786
|
spu: Implement readch(mfc_cmd)
|
2017-10-28 12:46:20 +03:00 |
|
Jake
|
626b9f93c4
|
rsx: make dmactrl get 'readonly'
|
2017-10-28 12:46:20 +03:00 |
|
Zangetsu38
|
53f9defb07
|
Trophy: use system language setting
|
2017-10-27 14:09:50 +01:00 |
|
Robbie
|
b0737d1c90
|
Make a basic trophy notification dialog (#3204)
* Make trophy notification dialog.
* Fix bug where trophy state doesn't persist with game reboot.
|
2017-10-24 18:43:05 +03:00 |
|
Farseer
|
e8bde583ef
|
Remove sysutil callback
|
2017-10-12 04:46:10 +03:00 |
|
Nekotekina
|
5b19908996
|
Escape problematic characters in VFS
With full-width <>:"\|?*
|
2017-10-11 22:01:37 +03:00 |
|
Nekotekina
|
ac64792d99
|
Optimize PPU module loading
I'm garbage 🤦
|
2017-10-11 20:06:33 +03:00 |
|
Nekotekina
|
efe140bc0c
|
Fix instruction editor a bit
|
2017-10-11 20:06:33 +03:00 |
|
Nekotekina
|
df2fc13b7a
|
Add PPU instruction stat dumper
Needs PPU Debug option to activate and PPU Interpreter
Dumps after Resume (after Pause)
Fix utils::memory_decommit, clean vm.cpp
|
2017-10-11 20:06:33 +03:00 |
|
Robbie
|
47b121a700
|
PPU Page Faults (#3309)
I guess I'll merge it and fix some issues later myself.
|
2017-10-08 23:37:54 +03:00 |
|