Survanium90
18d40102f7
Fix for "Added initialization checks in SceNpClans module"
2014-10-03 23:07:05 +04:00
Survanium90
5b467ff82a
Added initialization checks in SceNpClans module
2014-10-03 17:39:34 +04:00
Hykem
4978af50e4
Merge pull request #825 from Survanium90/master
...
Added initialization for SceNpUtilBandwidthTestInitStart
2014-10-01 14:58:10 +01:00
Hykem
6d6c1a9672
Updated the Crypto Engine:
...
- Fixed several bugs in unedat;
- Improved EDAT/SDAT file decryption.
2014-10-01 14:57:44 +01:00
Survanium90
1ded37d253
Added initialization for SceNpUtilBandwidthTestInitStart
...
Also added initialization checks
2014-10-01 13:25:06 +04:00
nmzik
c0b53d6b48
Adjusted attributes, added better log messages and an initialization check in the sceNP module
2014-09-30 22:42:15 +04:00
Raul Tambre
2e29348b9c
Removed wx implementation and added Windows only implementation
2014-09-28 19:42:37 +03:00
Raul Tambre
b9e7e46198
Also remove couple unneeded be_t
2014-09-28 18:24:34 +03:00
Raul Tambre
879e2d920c
Add cellAvconfExt and cellVideoOutGetScreenSize
...
Also added a flag to RSX debugger showing if two sided lighting is
enabled, a 3D Monitor option and fixed a ")" missing in TODO printout
for sys_spu_elf_get_information.
2014-09-28 18:21:45 +03:00
Raul Tambre
1f870af5cf
Fix sys_get_random_number
...
Thanks @Nekotekina
2014-09-25 22:27:40 +03:00
Raul Tambre
c87c75a45b
Fix some things
2014-09-25 21:51:52 +03:00
Raul Tambre
d17322948d
Implemented sceNpBasicGetEvent, sceNpLookupInit and sceNpLookupTerm
...
Updated writing to pointers for sys_get_random_number,
sceNpBasicGetFriendListEntryCount and sceNpBasicGetMessageEntryCount.
Fixed some pointers and TODOs in cellNetCtl.
2014-09-25 20:07:06 +03:00
Raul Tambre
790a8bf814
Added sceNpTrophyTerm and proofed some unloadings
...
Made cellNetCtl, cellGem, cellCamera, sceNp, sceNpCommerce2 and
sceNpTrophy properly unload if termination function wasn't called.
2014-09-22 22:00:28 +03:00
Raul Tambre
4a998e5374
Huge sceNp cleanup, added sceNpCommerce2Init and sceNpCommerce2Term
2014-09-21 17:26:21 +03:00
Raul Tambre
6360ef1790
Added sceNpBasicGetFriendListEntryCount and sceNpBasicGetMessageEntryCount
...
Fixed (?) sometimes functions being unloaded when they shouldn't.
Also reverted the SPUThread hack.
2014-09-20 19:09:18 +03:00
Nekotekina
0044141631
sys_process_is_spu_lock_line_reservation_address
...
Formatting changed a bit
2014-09-17 17:15:17 +04:00
Nekotekina
626133c0eb
declCPU removed, PPUThread& is passed as argument
...
Added experimental feature: passing PPUThread& to syscall
2014-09-16 21:49:50 +04:00
Raul Tambre
b7a6c93e96
Fix crash in Arkedo games (that I created)
2014-09-16 19:28:21 +03:00
Nekotekina
b600cba180
CB_FUNC / SC_FUNC small update
2014-09-16 17:56:27 +04:00
Nekotekina
3730c53c9e
cellSpursAttributeEnableSystemWorkload
2014-09-16 17:29:58 +04:00
DHrpcs3
b0569639a9
Improved to_be_t
...
Fixed cellCameraGetType
Removed be_array_t
Improved cb_caller
2014-09-16 14:23:58 +03:00
Nekotekina
5f1253598c
Fix formatting
2014-09-15 23:04:18 +04:00
Nekotekina
c9132a4bdb
Compilation fix + CellSpursAttribute
2014-09-15 22:17:30 +04:00
Nekotekina
201f0f3a9f
Basic stack argument support for callbacks
2014-09-15 19:04:09 +04:00
Nekotekina
dfaa668b31
Compilation fix
2014-09-15 02:27:30 +04:00
Nekotekina
597d07bf24
Small refactoring
2014-09-15 02:17:24 +04:00
Arkaran99
3caff5a107
Change ModuleManager::init function.
...
First step to help refactor Module management.
Add every module in the static ModuleInfo list. Module without id are assigned
to 0xffff.
The init function is called after constructor and take a pointer to Module
as an input.
This pointer is used to set the Module's global pointer in its file.
2014-09-13 22:00:17 +02:00
B1ackDaemon
3775d28d24
Merge pull request #805 from Nekotekina/master
...
CallbackManager rewritten
2014-09-13 19:45:45 +03:00
Nekotekina
860d7bd3f1
Small fix 2
2014-09-13 18:25:02 +04:00
Nekotekina
10e9d383d4
ExecAsCallback() removed
2014-09-13 01:14:48 +04:00
Nekotekina
c1da446653
FastCall() removed
2014-09-12 23:27:33 +04:00
Alexandro Sánchez Bach
20186b5049
Merge pull request #802 from tambry/sys_get_random_number
...
Implemented sys_get_random_number
2014-09-12 17:25:09 +02:00
Raul Tambre
1098edea98
Fixed assigning of the generated number
2014-09-12 18:11:04 +03:00
Raul Tambre
c74c592dd3
Added more initializations and terminations
2014-09-12 17:28:02 +03:00
Raul Tambre
6d0fae09c5
Implemented sys_get_random_number
2014-09-12 15:18:27 +03:00
Nekotekina
85f2009175
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
2014-09-12 01:16:57 +04:00
Nekotekina
cd39256361
CallbackManager rewritten
2014-09-11 23:18:19 +04:00
Raul Tambre
88cc03b9e2
Implemented NV4097_SET_TWO_SIDE_LIGHT_EN
2014-09-11 18:59:42 +03:00
Alexandro Sánchez Bach
b881e095e9
Fixed cellFsStReadInit issue
...
* Disabled automatic HLEExitOnStop option when the ELF file argument is
provided.
* Reverted some changes of last pull.
2014-09-09 23:18:21 +02:00
Raul Tambre
dc51630803
Comment fix
2014-09-09 19:08:13 +03:00
Raul Tambre
089a6ee07d
Minor cellSysutil fix
2014-09-09 18:49:12 +03:00
Raul Tambre
6029cc40f2
Added new things, updated others
...
+ Tab in settings for cellCamera and cellGem related things, currently
includes setting camera type
+ cellCamera and cellGem initilization
+ Added cellCameraGetType
* Updated asmjit and ffmpeg
* Some minor optimizations
2014-09-09 18:44:02 +03:00
Nekotekina
3b71721a33
It was overcomplicated
2014-09-09 16:13:38 +04:00
Alexandro Sánchez Bach
a99c8e3c7c
Merge pull request #796 from O1L/master
...
PPU / SPU / RawSPU threads in KernelExplorer.
2014-09-08 23:16:10 +02:00
Nekotekina
c79b52b334
bugfix
2014-09-08 21:06:08 +04:00
Nekotekina
5d951451c5
cellPngDec (nothing changed)
2014-09-08 18:56:47 +04:00
Nekotekina
311a3b3e47
Compilation fix
2014-09-08 14:20:25 +04:00
Nekotekina
470afd78d5
WIP (cellPngDec refactoring)
2014-09-08 04:54:17 +04:00
Raul Tambre
16727a9c5e
Re-enabled cellCamera and cellOvis, added cellCamera enums and structs
...
Also some fixes to ordering in emucore.vcxproj.filters
2014-09-07 18:53:13 +03:00
O1L
402199d70f
Add PPU / SPU / RawSPU threads in KernelExplorer, and some coding style changes.
2014-09-07 17:47:53 +04:00