mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
cellImeJp: fix deadlock
This commit is contained in:
parent
58dd0198dd
commit
675ed82c0b
1 changed files with 4 additions and 2 deletions
|
@ -758,8 +758,10 @@ static error_code cellImeJpConvertCancel(CellImeJpHandle hImeJpHandle)
|
||||||
return CELL_IMEJP_ERROR_ERR;
|
return CELL_IMEJP_ERROR_ERR;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: only cancel all if cursor is at 0
|
manager.converted_string.clear();
|
||||||
return cellImeJpAllConvertCancel(hImeJpHandle);
|
manager.input_state = CELL_IMEJP_BEFORE_CONVERT;
|
||||||
|
|
||||||
|
return CELL_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
static error_code cellImeJpExtendConvertArea(CellImeJpHandle hImeJpHandle)
|
static error_code cellImeJpExtendConvertArea(CellImeJpHandle hImeJpHandle)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue