mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12:00
Use spaces for vertical alignment
This commit is contained in:
parent
e25796f0d0
commit
d0c9d7c0ae
96 changed files with 2990 additions and 2992 deletions
|
@ -79,10 +79,8 @@ enum
|
||||||
CELL_ADEC_ERROR_M4AAC_INVERSE_QUANTIZATION_FAILED = 0x80612438,
|
CELL_ADEC_ERROR_M4AAC_INVERSE_QUANTIZATION_FAILED = 0x80612438,
|
||||||
CELL_ADEC_ERROR_M4AAC_GET_CB_MAP_FAILED = 0x80612439,
|
CELL_ADEC_ERROR_M4AAC_GET_CB_MAP_FAILED = 0x80612439,
|
||||||
CELL_ADEC_ERROR_M4AAC_GET_PULSE_FAILED = 0x8061243a,
|
CELL_ADEC_ERROR_M4AAC_GET_PULSE_FAILED = 0x8061243a,
|
||||||
CELL_ADEC_ERROR_M4AAC_MONO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED
|
CELL_ADEC_ERROR_M4AAC_MONO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED = 0x8061243b,
|
||||||
= 0x8061243b,
|
CELL_ADEC_ERROR_M4AAC_STEREO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED = 0x8061243c,
|
||||||
CELL_ADEC_ERROR_M4AAC_STEREO_MIXDOWN_ELEMENT_IS_NOT_SUPPORTED
|
|
||||||
= 0x8061243c,
|
|
||||||
|
|
||||||
CELL_ADEC_ERROR_M4AAC_SBR_CH_OVERFLOW = 0x80612480,
|
CELL_ADEC_ERROR_M4AAC_SBR_CH_OVERFLOW = 0x80612480,
|
||||||
CELL_ADEC_ERROR_M4AAC_SBR_NOSYNCH = 0x80612481,
|
CELL_ADEC_ERROR_M4AAC_SBR_NOSYNCH = 0x80612481,
|
||||||
|
|
|
@ -257,6 +257,7 @@ int cellPngDecSetParameter(u32 mainHandle, u32 subHandle, const mem_ptr_t<CellPn
|
||||||
current_outParam.outputWidth = current_info.imageWidth;
|
current_outParam.outputWidth = current_info.imageWidth;
|
||||||
current_outParam.outputHeight = current_info.imageHeight;
|
current_outParam.outputHeight = current_info.imageHeight;
|
||||||
current_outParam.outputColorSpace = inParam->outputColorSpace;
|
current_outParam.outputColorSpace = inParam->outputColorSpace;
|
||||||
|
|
||||||
switch (current_outParam.outputColorSpace)
|
switch (current_outParam.outputColorSpace)
|
||||||
{
|
{
|
||||||
case CELL_PNGDEC_PALETTE:
|
case CELL_PNGDEC_PALETTE:
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
enum
|
enum //libmixer Error Codes
|
||||||
{
|
{
|
||||||
//libmixer Error Codes
|
|
||||||
CELL_LIBMIXER_ERROR_NOT_INITIALIZED = 0x80310002,
|
CELL_LIBMIXER_ERROR_NOT_INITIALIZED = 0x80310002,
|
||||||
CELL_LIBMIXER_ERROR_INVALID_PARAMATER = 0x80310003,
|
CELL_LIBMIXER_ERROR_INVALID_PARAMATER = 0x80310003,
|
||||||
CELL_LIBMIXER_ERROR_NO_MEMORY = 0x80310005,
|
CELL_LIBMIXER_ERROR_NO_MEMORY = 0x80310005,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue