mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 05:20:05 +00:00
(cont)
This commit is contained in:
parent
22a0e8eef2
commit
a3bb60f3b5
@ -1,31 +1,31 @@
|
|||||||
|
|
||||||
**Requirements**
|
**Requirements**
|
||||||
|
|
||||||
Before starting building a project, it is essential that a team studies it's costumers and user needs, so it can have a clear goal and understanding of required properties of a solution.
|
Before starting a project, it's essential that a team studies its costumers and user needs, so it can have a clear goal and understanding of a solution's required properties.
|
||||||
System requirements are descriptions of what a system should do, the services that it provides and its operation constraints. Some of the problems that arise during the requirements engineering process are a result of failing to make a clear separation between these different levels of description.
|
Software ystem requirements describe what a system should do, the services it provides and its operation constraints. Some of the problems that arise during the requirements engineering process are due to not separating these different levels of description properly.
|
||||||
We can divide them in two: user requirements and system requirements.
|
They are divided into two categories: user requirements and system requirements.
|
||||||
|
|
||||||
User requirements are statements of what services of the system is expected to provide to system users and the constraints under which it must operate.
|
User requirements are statements of what the system's services are expected to provide it's users and the constraints under which it must operate.
|
||||||
System requirements are more detailed descriptions of the software system’s functions, services, and operational constraints.
|
System requirements are more detailed descriptions of the software system’s inner workings.
|
||||||
|
|
||||||
Software system requirements are often classified as functional requirements or non-functional requirements.
|
Software system requirements can also be classified as functional requirements or non-functional requirements.
|
||||||
The functional requirements for a system describe what the system should do.
|
A system's functional requirements describe what the system should do.
|
||||||
Non-functional requirements, as the name suggests, are requirements that are not directly concerned with the specific services delivered by the system to its users.
|
Non-functional requirements, as the name suggests, do not concern the actual workings of the system. They focus on development constraints.
|
||||||
|
|
||||||
Requirement engineering processes may include four important high-level activities. These focus on assessing if the system is useful to the business (feasibility study), discovering requirements (elicitation and analysis), converting these requirements into some standard form (specification), and checking that the requirements actually define the system that the customer wants (validation).
|
Requirement engineering processes may include four important high-level activities. assessment of utility to a specified business (feasibility study), discovering requirements (elicitation and analysis), standardization of the latter (specification), and verifying that these do indeed meet the customer's needs (validation).
|
||||||
|
|
||||||
For requirements elicitation we informal interviewed the open-source developers as we also discovered their requirements in their project site https://citra-emu.org/.
|
For requirements elicitation, we interviewed the main Citra team developers, as well as obtaining information from their website, https://citra-emu.org/.
|
||||||
As said by one of the main developers in our informal interview, requeriments are mostly fixing bugs and implementing new features.
|
As said by one of the main developers, the requeriments are mostly fixing bugs and implementing new features.
|
||||||
Since Citra is not supported by any company they don't have a deadline to implement features, so how does the team decide on whether to implement a new feature or no?
|
Since Citra is not supported by any company, they do not have a deadline to implement features. So how does the team decide on whether or not to implement a new feature?
|
||||||
|
|
||||||
With an emulator, they already have a "spec" to follow - the original console that they're trying to emulate, so new "features" generally means emulating a part of that console that you do not already implement (or at times, implement incompletely). User requests commonly aren't related to emulation but rather usability features - For example, a user wouldn't request to implement 3DS fragment lighting (they already know how to do that, it's part of the hardware!), but they might request to implement cheat code support or changes to the UI.These types of usability features tend to be a lower priority(as they still don't have the most important thing, the fully working emulation completed), so they aren't a big driving factor in the work that they do currently. As said by the main developer,this may change as the project becomes more mature.
|
With an emulator, they already have a "spec" to follow - the original console that they're trying to emulate, so new "features" generally mean emulating part of that console that had not already been implemented (or at times, implemented partialy). User requests often do not relate to emulation, but rather usability features. For example, a user won't request to implement the 3DS's fragment lighting (they already know how to do that, it's part of the hardware!), but they might request to implement cheat code support or changes to the user interface. These types of usability features tend to be in a lower priority (as they still don't have the most important thing, the fully working emulation, completed), so they aren't a big driving factor in the work that they do currently. As said by the main developer,this may change as the project becomes more mature.
|
||||||
Lastly, they say optimization is another big area - lots of effort is spent identifying bottlenecks and rewriting things to improve speed. Emulation of modern video game systems requires both fast/efficient code and a fast computer.
|
Lastly, they say optimization is another big area - lots of effort is spent identifying bottlenecks and rewriting things to improve speed. Emulation of modern video game systems requires both fast/efficient code and a fast computer.
|
||||||
|
|
||||||
They implement features when they want or when the contributors have a feature that have the quality they require in order to avoid bugs or setbacks but their main focus right now is having a fully working emulation completed,to fix bugs that stop games from booting and bugs that crashes the program when running.Issues about specific games not booting are valid bugs but they are currently not interested in them unless there are several games which fail with the same or similar messages. There are too many non-working games right now to file individual issues for every one of them.
|
They implement features when they want or when the contributors have a feature that have the quality they require in order to avoid bugs or setbacks but their main focus right now is having a fully working emulation completed,to fix bugs that stop games from booting and bugs that crashes the program when running.Issues about specific games not booting are valid bugs but they are currently not interested in them unless there are several games which fail with the same or similar messages. There are too many non-working games right now to file individual issues for every one of them.
|
||||||
In future they intend to implement features like cheat code support, improve speed of cut scenes and support for mobile platforms.
|
In future they intend to implement features like cheat code support, improve speed of cut scenes and support for mobile platforms.
|
||||||
Given the circumstances of this project (hobby, volunteers, low amount of time that developers have to work and inconsistent frequency of commits, specific knowledge about console hardware, emulation, among other areas) the reality of the new features is, contributors of Citra contribute what they like and not always what is ideal.
|
Given the circumstances of this project (hobby, volunteers, low amount of time that developers have to work and inconsistent frequency of commits, specific knowledge about console hardware, emulation, among other areas) the reality of the new features is, contributors of Citra contribute what they like and not always what is ideal.
|
||||||
|
|
||||||
Citra works on all three major desktop OSes and is actively tested and supported on various 64-bit version of Windows (7 and up), Linux and Mac OS X. Other platforms may work, but aren't tested by developers. In far future, mobile platforms may be targeted as well. They have no plans to support 32-bit operating system officially.
|
Citra works on all three major desktop operating systems and is actively tested and supported on various 64-bit version of Windows (7 and up), Linux and Mac OS X. Other platforms may work, but aren't tested by developers. In far future, mobile platforms may be targeted as well. They have no plans to support 32-bit operating system officially.
|
||||||
At this point, Citra is simply not fast enough to run most commercial games at full speed, even if your computer can run the most demanding of PC games just fine.
|
At this point, Citra is simply not fast enough to run most commercial games at full speed, even if your computer can run the most demanding of PC games just fine.
|
||||||
The only hard requirements for the official version of Citra is a graphics chip that supports at least OpenGL 3.3 and a 64-bit OS, but you definitely want a processor with the highest possible performance per core.
|
The only hard requirements for the official version of Citra is a graphics chip that supports at least OpenGL 3.3 and a 64-bit OS, but you definitely want a processor with the highest possible performance per core.
|
||||||
|
|
||||||
@ -34,7 +34,7 @@ The only hard requirements for the official version of Citra is a graphics chip
|
|||||||
**Specific Requirements and Features**
|
**Specific Requirements and Features**
|
||||||
|
|
||||||
As previously mentioned, software system requirements are often divided into functional and non-functional.
|
As previously mentioned, software system requirements are often divided into functional and non-functional.
|
||||||
A system's functional requirements describe what the system should do. With Citra, they include having the emulator running smoothly, with no crashes nor visible glitches. Another one is Hardware Specifics emulation - as the purpose of the emulator is to emulate the hardware's functionality.
|
A system's functional requirements describe what the system should do. With Citra, they include having the emulator running smoothly, with no crashes, while performing as accurately as possible to the physical console. Another one is Hardware Specifics emulation - as the purpose of the emulator is to emulate the hardware's functionality.
|
||||||
|
|
||||||
Non-functional requirements, as the name suggests, do not concern the actual workings of the system. In Citra's case, they manifest as code standards and matching a specific design process.
|
Non-functional requirements, as the name suggests, do not concern the actual workings of the system. In Citra's case, they manifest as code standards and matching a specific design process.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user